Query: snmp_get_quick_print
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SNMP_GET_QUICK_PRINT(3) 1 SNMP_GET_QUICK_PRINT(3) snmp_get_quick_print - Fetches the current value of the UCD library's quick_print settingSYNOPSISbool snmp_get_quick_print (void )DESCRIPTIONReturns the current value stored in the UCD Library for quick_print. quick_print is off by default.RETURN VALUESReturns TRUE if quick_print is on, FALSE otherwise.EXAMPLESExample #1 snmp_get_quick_print(3) example <?php $quickprint = snmp_get_quick_print(); ?>SEE ALSOsnmp_set_quick_print(3) for a full description of what quick_print does.. PHP Documentation Group SNMP_GET_QUICK_PRINT(3)