Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/snmp/
H A Dsnmp.stub.php115 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -… function
H A Dsnmp_arginfo.h168 ZEND_FUNCTION(snmpgetnext);
202 ZEND_FE(snmpgetnext, arginfo_snmpgetnext)
H A Dsnmp.c1315 PHP_FUNCTION(snmpgetnext) in PHP_FUNCTION() argument

Completed in 13 milliseconds