PHP Doku:: Description - function.snmp2-set.html

Verlauf / Chronik / History: (15) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteSNMPSNMP-Funktionensnmp2_set

Ein Service von Reinhard Neidl - Webprogrammierung.

SNMP-Funktionen

<<snmp2_real_walk

snmp2_walk>>

snmp2_set

(No version information available, might only be in SVN)

snmp2_setDescription

Beschreibung

bool snmp2_set ( string $host , string $community , string $object_id , string $type , string $value [, string $timeout [, string $retries ]] )

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

host

community

object_id

type

value

timeout

retries

Rückgabewerte


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
jhuebel at gmail dot com
15.12.2010 18:31
The "type" parameter must be one of the following, depending on the type of variable to set on the SNMP host:

i    INTEGER
u    unsigned INTEGER
t    TIMETICKS
a    IPADDRESS
o    OBJID
s    STRING
x    HEX STRING
d    DECIMAL STRING

If OPAQUE_SPECIAL_TYPES was defined while compiling the SNMP library, the following are also valid:

U    unsigned int64
I    signed int64
F    float
D    double



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)