PHP Doku:: Return all values that are enums with their enum value instead of the raw integer - function.snmp-set-enum-print.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

SNMP-Funktionen

<<snmp_read_mib

snmp_set_oid_numeric_print>>

snmp_set_enum_print

(PHP 4 >= 4.3.0, PHP 5)

snmp_set_enum_print Return all values that are enums with their enum value instead of the raw integer

Beschreibung

void snmp_set_enum_print ( int $enum_print )
Warnung

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

Anmerkungen

Hinweis:

snmp_set_enum_print() is only available when using the UCD SNMP library. This function is not available when using the Windows SNMP library.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
dbeecher at tekops dot com
15.06.2004 21:23
This function is only available if using NET_SNMP.  It is NOT available if using UCD_SNMP.  Likewise UCD_SNMP supports some behaviors that NET_SNMP does not.  (found limitation by looking in php snmp.c file)



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",...)