|
snmp3_getnextFetch the SNMP object which follows the given object id Description
mixed snmp3_getnext(
string $hostname ,string $security_name ,string $security_level ,string $auth_protocol ,string $auth_passphrase ,string $privacy_protocol ,string $privacy_passphrase ,arraystring $object_id ,int $timeout = -1,int $retries = -1)
The snmp3_getnext function is used to read the
value of the SNMP object that follows the specified
Parameters
Return Values
Returns SNMP object value on success or Changelog
Examples
Example #1 Using snmp3_getnext
See Also
|