snmp_set_enum_print

(PHP 4 >= 4.3.0, PHP 5)

snmp_set_enum_print --  Return all values that are enums with their enum value instead of the raw integer

Description

void snmp_set_enum_print ( int enum_print )

警告

本函数暂无文档,仅有参数列表。


add a note add a note User Contributed Notes
dbeecher at tekops dot com
16-Jun-2004 03:23
This function is only available if using NET_SNMP.  It is NOT available if using UCD_SNMP.  Likewise UCD_SNMP supports some behaviors that NET_SNMP does not.  (found limitation by looking in php snmp.c file)