Searched refs:snmpgetnext (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/snmp/tests/ |
H A D | snmpgetnext.phpt | 2 Function snmpgetnext 18 var_dump(snmpgetnext($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries)); 20 var_dump(snmpgetnext($hostname, $community, array('.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', '.1.3.6.1.2.1.1.6.0'), $tim…
|
/PHP-7.3/ext/snmp/ |
H A D | php_snmp.h | 50 PHP_FUNCTION(snmpgetnext);
|
H A D | snmp.c | 371 PHP_FE(snmpgetnext, arginfo_snmpgetnext) 1517 PHP_FUNCTION(snmpgetnext) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds