Home
last modified time | relevance | path

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

/php-src/ext/snmp/tests/
H A Dsnmpgetnext.phpt2 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-src/ext/snmp/
H A Dsnmp.stub.php115 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -… function
H A Dsnmp_arginfo.h167 ZEND_FUNCTION(snmpgetnext);
200 ZEND_FE(snmpgetnext, arginfo_snmpgetnext)
H A Dsnmp.c1310 PHP_FUNCTION(snmpgetnext) in PHP_FUNCTION() argument

Completed in 14 milliseconds