Searched refs:snmp2_getnext (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/snmp/tests/ |
H A D | snmp2_getnext.phpt | 2 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.1/ext/snmp/ |
H A D | snmp_arginfo.h | 177 ZEND_FUNCTION(snmp2_getnext); 213 ZEND_FE(snmp2_getnext, arginfo_snmp2_getnext)
|
H A D | snmp.stub.php | 31 function snmp2_getnext(string $hostname, string $community, array|string $object_id, int $timeout =… function
|
H A D | snmp.c | 1416 PHP_FUNCTION(snmp2_getnext) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds