php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | SNMP |
class | SNMPException |
Functions | |
snmpget (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmpgetnext (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmpwalk (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmprealwalk (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmpwalkoid (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmpset (string $hostname, string $community, array|string $object_id, array|string $type, array|string $value, int $timeout=-1, int $retries=-1) | |
snmp_get_quick_print () | |
snmp_set_quick_print (bool $enable) | |
snmp_set_enum_print (bool $enable) | |
snmp_set_oid_output_format (int $format) | |
snmp_set_oid_numeric_print (int $format) | |
snmp2_get (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp2_getnext (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp2_walk (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp2_real_walk (string $hostname, string $community, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp2_set (string $hostname, string $community, array|string $object_id, array|string $type, array|string $value, int $timeout=-1, int $retries=-1) | |
snmp3_get (string $hostname, string $security_name, string $security_level, string $auth_protocol, string $auth_passphrase, string $privacy_protocol, string $privacy_passphrase, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp3_getnext (string $hostname, string $security_name, string $security_level, string $auth_protocol, string $auth_passphrase, string $privacy_protocol, string $privacy_passphrase, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp3_walk (string $hostname, string $security_name, string $security_level, string $auth_protocol, string $auth_passphrase, string $privacy_protocol, string $privacy_passphrase, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp3_real_walk (string $hostname, string $security_name, string $security_level, string $auth_protocol, string $auth_passphrase, string $privacy_protocol, string $privacy_passphrase, array|string $object_id, int $timeout=-1, int $retries=-1) | |
snmp3_set (string $hostname, string $security_name, string $security_level, string $auth_protocol, string $auth_passphrase, string $privacy_protocol, string $privacy_passphrase, array|string $object_id, array|string $type, array|string $value, int $timeout=-1, int $retries=-1) | |
snmp_set_valueretrieval (int $method) | |
snmp_get_valueretrieval () | |
snmp_read_mib (string $filename) | |
Variables | |
const | SNMP_OID_OUTPUT_SUFFIX = UNKNOWN |
const | SNMP_OID_OUTPUT_MODULE = UNKNOWN |
const | SNMP_OID_OUTPUT_FULL = UNKNOWN |
const | SNMP_OID_OUTPUT_NUMERIC = UNKNOWN |
const | SNMP_OID_OUTPUT_UCD = UNKNOWN |
const | SNMP_OID_OUTPUT_NONE = UNKNOWN |
const | SNMP_VALUE_LIBRARY = UNKNOWN |
const | SNMP_VALUE_PLAIN = UNKNOWN |
const | SNMP_VALUE_OBJECT = UNKNOWN |
const | SNMP_BIT_STR = UNKNOWN |
const | SNMP_OCTET_STR = UNKNOWN |
const | SNMP_OPAQUE = UNKNOWN |
const | SNMP_NULL = UNKNOWN |
const | SNMP_OBJECT_ID = UNKNOWN |
const | SNMP_IPADDRESS = UNKNOWN |
const | SNMP_COUNTER = UNKNOWN |
const | SNMP_UNSIGNED = UNKNOWN |
const | SNMP_TIMETICKS = UNKNOWN |
const | SNMP_UINTEGER = UNKNOWN |
const | SNMP_INTEGER = UNKNOWN |
const | SNMP_COUNTER64 = UNKNOWN |
snmp2_get | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 137 of file snmp.stub.php.
snmp2_getnext | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 139 of file snmp.stub.php.
snmp2_real_walk | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 143 of file snmp.stub.php.
snmp2_set | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
array|string | $type, | ||
array|string | $value, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 145 of file snmp.stub.php.
snmp2_walk | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 141 of file snmp.stub.php.
snmp3_get | ( | string | $hostname, |
string | $security_name, | ||
string | $security_level, | ||
string | $auth_protocol, | ||
string | $auth_passphrase, | ||
string | $privacy_protocol, | ||
string | $privacy_passphrase, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 147 of file snmp.stub.php.
snmp3_getnext | ( | string | $hostname, |
string | $security_name, | ||
string | $security_level, | ||
string | $auth_protocol, | ||
string | $auth_passphrase, | ||
string | $privacy_protocol, | ||
string | $privacy_passphrase, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 153 of file snmp.stub.php.
snmp3_real_walk | ( | string | $hostname, |
string | $security_name, | ||
string | $security_level, | ||
string | $auth_protocol, | ||
string | $auth_passphrase, | ||
string | $privacy_protocol, | ||
string | $privacy_passphrase, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 165 of file snmp.stub.php.
snmp3_set | ( | string | $hostname, |
string | $security_name, | ||
string | $security_level, | ||
string | $auth_protocol, | ||
string | $auth_passphrase, | ||
string | $privacy_protocol, | ||
string | $privacy_passphrase, | ||
array|string | $object_id, | ||
array|string | $type, | ||
array|string | $value, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 171 of file snmp.stub.php.
snmp3_walk | ( | string | $hostname, |
string | $security_name, | ||
string | $security_level, | ||
string | $auth_protocol, | ||
string | $auth_passphrase, | ||
string | $privacy_protocol, | ||
string | $privacy_passphrase, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 159 of file snmp.stub.php.
snmp_get_quick_print | ( | ) |
Definition at line 126 of file snmp.stub.php.
snmp_get_valueretrieval | ( | ) |
Definition at line 180 of file snmp.stub.php.
snmp_read_mib | ( | string | $filename | ) |
Definition at line 182 of file snmp.stub.php.
snmp_set_enum_print | ( | bool | $enable | ) |
Definition at line 130 of file snmp.stub.php.
snmp_set_oid_numeric_print | ( | int | $format | ) |
@alias snmp_set_oid_output_format
Definition at line 135 of file snmp.stub.php.
snmp_set_oid_output_format | ( | int | $format | ) |
Definition at line 132 of file snmp.stub.php.
snmp_set_quick_print | ( | bool | $enable | ) |
Definition at line 128 of file snmp.stub.php.
snmp_set_valueretrieval | ( | int | $method | ) |
Definition at line 178 of file snmp.stub.php.
snmpget | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 113 of file snmp.stub.php.
snmpgetnext | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 115 of file snmp.stub.php.
snmprealwalk | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 119 of file snmp.stub.php.
snmpset | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
array|string | $type, | ||
array|string | $value, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 124 of file snmp.stub.php.
snmpwalk | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
Definition at line 117 of file snmp.stub.php.
snmpwalkoid | ( | string | $hostname, |
string | $community, | ||
array|string | $object_id, | ||
int | $timeout = -1, | ||
int | $retries = -1 ) |
@alias snmprealwalk
Definition at line 122 of file snmp.stub.php.
const SNMP_BIT_STR = UNKNOWN |
Definition at line 56 of file snmp.stub.php.
const SNMP_COUNTER = UNKNOWN |
Definition at line 86 of file snmp.stub.php.
const SNMP_COUNTER64 = UNKNOWN |
Definition at line 111 of file snmp.stub.php.
const SNMP_INTEGER = UNKNOWN |
Definition at line 106 of file snmp.stub.php.
const SNMP_IPADDRESS = UNKNOWN |
Definition at line 81 of file snmp.stub.php.
const SNMP_NULL = UNKNOWN |
Definition at line 71 of file snmp.stub.php.
const SNMP_OBJECT_ID = UNKNOWN |
Definition at line 76 of file snmp.stub.php.
const SNMP_OCTET_STR = UNKNOWN |
Definition at line 61 of file snmp.stub.php.
const SNMP_OID_OUTPUT_FULL = UNKNOWN |
Definition at line 19 of file snmp.stub.php.
const SNMP_OID_OUTPUT_MODULE = UNKNOWN |
Definition at line 14 of file snmp.stub.php.
const SNMP_OID_OUTPUT_NONE = UNKNOWN |
Definition at line 34 of file snmp.stub.php.
const SNMP_OID_OUTPUT_NUMERIC = UNKNOWN |
Definition at line 24 of file snmp.stub.php.
const SNMP_OID_OUTPUT_SUFFIX = UNKNOWN |
Definition at line 9 of file snmp.stub.php.
const SNMP_OID_OUTPUT_UCD = UNKNOWN |
Definition at line 29 of file snmp.stub.php.
const SNMP_OPAQUE = UNKNOWN |
Definition at line 66 of file snmp.stub.php.
const SNMP_TIMETICKS = UNKNOWN |
Definition at line 96 of file snmp.stub.php.
const SNMP_UINTEGER = UNKNOWN |
Definition at line 101 of file snmp.stub.php.
const SNMP_UNSIGNED = UNKNOWN |
Definition at line 91 of file snmp.stub.php.
const SNMP_VALUE_LIBRARY = UNKNOWN |
Definition at line 40 of file snmp.stub.php.
const SNMP_VALUE_OBJECT = UNKNOWN |
Definition at line 50 of file snmp.stub.php.
const SNMP_VALUE_PLAIN = UNKNOWN |
Definition at line 45 of file snmp.stub.php.