10.5. SNMP

SNMP, the Simple Network Management Protocol, is a protocol for Internet network management. It was first described in RFC 1089. One place to start learning about SNMP is SNMP Research at <http://www.snmp.com/>. To use these functions under UNIX, you must have the UCD SNMP libraries. You can find them at <http://www.net-snmp.org/>.

boolean snmp_get_quick_print()

The snmp_get_quick_print function returns the status of the UCD SNMP library's quick_print setting. The quick_print setting controls how verbose object values are. By default, quick_print is FALSE, and values include types and other information. The UCD SNMP manual provides more information.

snmp_set_quick_print(boolean on)

The snmp_set_quick_print function sets the value of ...

Get Core PHP Programming, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.