PHP » GoLang |
login |
register |
about
|
SNMP::getnext(PHP 5 >= 5.4.0, PHP 7) SNMP::getnext — Fetch an SNMP object which follows the given object id Description
Fetch an SNMP object that follows specified Parameters
If
Return Values
Returns SNMP objects requested as string or array
depending on Errors/Exceptions
This method does not throw any exceptions by default.
To enable throwing an SNMPException exception when some of library errors occur
the SNMP class parameter ExamplesExample #1 Single SNMP object Single SNMP object may be requested in two ways: as string resulting string return value or as single-element array with associative array as output.
<?php The above example will output something similar to: OID: NET-SNMP-MIB::netSnmpAgentOIDs.8 Array ( [SNMPv2-MIB::sysObjectID.0] => OID: NET-SNMP-MIB::netSnmpAgentOIDs.8 ) Example #2 Miltiple SNMP objects
<?php The above example will output something similar to: Array ( [SNMPv2-MIB::sysObjectID.0] => OID: NET-SNMP-MIB::netSnmpAgentOIDs.8 [SNMPv2-MIB::sysLocation.0] => STRING: Nowhere ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|