snmp_set_quick_print()
snmp_set_quick_print - Set the value of
quick_print
within the UCD
SNMPlibrary
Syntax
snmp_set_quick_print (
bool $quick_print)
Arguments
Description
Sets the value of quick_print within the UCD SNMPlibrary. When this is set (1), the SNMPlibrary will return 'quick printed' values. This means that just the value will be printed. When quick_print is not enabled (default) the UCD SNMPlibrary prints extra information including the type of the value (i.e. IpAddress or OID). Additionally, if quick_print is not enabled, the library prints additional hex values for all strings of three characters or less.
Version
PHP 4, 5
Return value
No value is returned.