snmp

SNMP-Funktionen ermöglichen den Zugriff auf Netzwerkinformationen und -ressourcen.

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

Holt ein SNMP2-Objekt.

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

Holt das nächste SNMP2-Objekt.

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

Liefert alle SNMP2-Objekte innerhalb einer Objekt-ID.

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

Legt die Werte eines SNMP2-Objekts fest.

array snmp2_walk(string host, string community, string object_id [, int timeout ...

Get PHP: kurz & gut 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.