Home
last modified time | relevance | path

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

/PHP-8.3/ext/snmp/tests/
H A Dsnmp2_getnext.phpt2 Function snmp2_getnext
20 var_dump(snmp2_getnext($hostname, $community, '.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'), $timeout, $retries));
24 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-8.3/ext/snmp/
H A Dsnmp.stub.php139 function snmp2_getnext(string $hostname, string $community, array|string $object_id, int $timeout =… function
H A Dsnmp_arginfo.h177 ZEND_FUNCTION(snmp2_getnext);
213 ZEND_FE(snmp2_getnext, arginfo_snmp2_getnext)
H A Dsnmp.c1414 PHP_FUNCTION(snmp2_getnext) in PHP_FUNCTION() argument

Completed in 23 milliseconds