snmp_set_valueretrieval

(PHP 4 >= 4.3.3, PHP 5)

snmp_set_valueretrieval --  Specify the method how the SNMP values will be returned

Description

void snmp_set_valueretrieval ( int method )

警告

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


add a note add a note User Contributed Notes
david at eder dot us
25-Jun-2004 03:16
It appears that the possible method constants for this function are:

SNMP_VALUE_LIBRARY
SNMP_VALUE_PLAIN
SNMP_VALUE_OBJECT

If you are harvesting data you probably want SNMP_VALUE_PLAIN.