|
snmp_set_quick_printSet the value of Description
bool snmp_set_quick_print
( bool
$quick_print
)
Sets the value of By default the UCD 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 ValuesNo value is returned. ExamplesSetting quick_print is often used when using the information returned rather than displaying it.
Example #1 Using snmp_set_quick_print
<?php The above example will output something similar to: 'Timeticks: (0) 0:00:00.00' '0:00:00.00' See Also
|