PHP » GoLang |
login |
register |
about
|
GoLang snmp_set_quick_print
request it (349)
GoLang replacement for PHP's snmp_set_quick_print
[edit | history]
snmp_set_quick_print(PHP 4, PHP 5, PHP 7) snmp_set_quick_print — Set 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
|
more
Recently updated
more
Most requested
more
Last requests
|