|
snmp_set_quick_printSet the value of Description
true snmp_set_quick_print(bool
$enable )
Sets the value of By default the NET-SNMP library returns verbose values, quick_print is used to return only the value. Currently strings are still returned with extra quotes, this will be corrected in a later release. Parameters
Return Values
Always returns Changelog
ExamplesSetting quick_print is often used when using the information returned rather than displaying it.
Example #1 Using snmp_set_quick_print
The above example will output something similar to: 'Timeticks: (0) 0:00:00.00' '0:00:00.00' See Also
|