HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

snmp_get_quick_print

Description

The snmp_get_quick_print of SNMP for PHP fetches the current value of the NET-SNMP library's quick_print setting.

Syntax

snmp_get_quick_print(): bool

Return

Returns true if quick_print is on, false otherwise.

Examples

1 · void

<?

$return = snmp_get_quick_print();

var_export($return);
false