Home
last modified time | relevance | path

Searched refs:snmp2_getnext (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_getnext.phpt2 Function snmp2_getnext
18 var_dump(snmp2_getnext($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries));
20 var_dump(snmp2_getnext($hostname, $community, array('.1.3.6.1.2.1.1.1.0'), $timeout, $retries));
22 var_dump(snmp2_getnext($hostname, $community, array('.1.3.6.1.2.1.1.1.0', '.1.3.6.1.2.1.1.6.0'), $t…
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h60 PHP_FUNCTION(snmp2_getnext);
H A Dsnmp.c379 PHP_FE(snmp2_getnext, arginfo_snmp2_getnext)
1623 PHP_FUNCTION(snmp2_getnext) in PHP_FUNCTION() argument

Completed in 12 milliseconds