snmp_get_quick_print PHP 3.0.8

bool snmp_get_quick_print(void)

 

Returns the current status of quick_print.

snmp_set_quick_print PHP 3.0.8

void snmp_set_quick_print(int quick_print)

 

Sets the value of quick_print.

snmpget PHP 3.0

string snmpget(string host, string community, string object_id[, int timeout[, int retries]])

 

Fetches a SNMP object.

snmprealwalk PHP 3.0.8

array snmprealwalk(string host, string community, string object_id[, int timeout[, int retries]])

 

Returns all objects, including their respective object IDs, within the specified one.

snmpset PHP 3.0.12

int snmpset(string host, string community, string object_id, string type, mixed value[, int timeout[, int retries]])

 

Sets the value of a SNMP object.

snmpwalk PHP 3.0

array snmpwalk(string host, string community, string object_id[, int timeout[, int retries]])

 

Returns all objects under the specified object ID.