snmp_set_oid_output_format
(PHP 5 >= 5.2.0) snmp_set_oid_output_format —
Set the OID output format
Description
void snmp_set_oid_output_format
( int $oid_format
)
Parameters
-
oid_format
-
Set it to SNMP_OID_OUTPUT_FULL if you want a full
output, SNMP_OID_OUTPUT_NUMERIC otherwise.
Return Values
No value is returned.
Notes
Note:
snmp_set_oid_output_format() is only available when using
the UCD SNMP library. This function is not available when using the
Windows SNMP library.
add a note
User Contributed Notes
Set the OID output format
There are no user contributed notes for this page.
|
|