<?php snmp_set_quick_print(0);$a = snmpget("127.0.0.1", "public", ".1.3.6.1.2.1.2.2.1.9.1"); echo "$a\n";snmp_set_quick_print(1);$a = snmpget("127.0.0.1", "public", ".1.3.6.1.2.1.2.2.1.9.1"); echo "$a\n";?>
The above example will output something similar to:
'Timeticks: (0) 0:00:00.00' '0:00:00.00'