Searched refs:snmpgetnext (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/snmp/tests/ |
H A D | snmpgetnext.phpt | 2 Function snmpgetnext 20 var_dump(snmpgetnext($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries)); 22 var_dump(snmpgetnext($hostname, $community, array('.1.3.6.1.2.1.1.1.0'), $timeout, $retries)); 24 var_dump(snmpgetnext($hostname, $community, array('.1.3.6.1.2.1.1.1.0', '.1.3.6.1.2.1.1.6.0'), $tim…
|
/PHP-8.1/ext/snmp/ |
H A D | snmp_arginfo.h | 168 ZEND_FUNCTION(snmpgetnext); 202 ZEND_FE(snmpgetnext, arginfo_snmpgetnext)
|
H A D | snmp.stub.php | 7 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -… function
|
H A D | snmp.c | 1317 PHP_FUNCTION(snmpgetnext) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds