Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds