Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
snmp_set_oid_output_format
(no version information, might be only in CVS)
snmp_set_oid_output_format -- Set the OID output formatPopis
void snmp_set_oid_output_format ( int oid_format )snmp_set_oid_output_format() sets the output format to be full or numeric.
Seznam parametrů
oid_format
Set it to SNMP_OID_OUTPUT_FULL if you want a full output, SNMP_OID_OUTPUT_NUMERIC otherwise.
Poznámky
Poznámka: 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.
PÅ™edcházejÃcà | Domů | Dalšà |
snmp_set_oid_numeric_print | Nahoru |