update : 2015.11.03
php.shukuma.com검색:
|
The SNMP class(PHP 5 >= 5.4.0) 소개Represents SNMP session. 클래스 개요
SNMP
{
/* 프로퍼티 */
/* 메소드 */
public __construct
( int
$version
, string $hostname
, string $community
[, int $timeout = 1000000
[, int $retries = 5
]] )
public bool setSecurity
( string
$sec_level
[, string $auth_protocol =
[, string $auth_passphrase =
[, string $priv_protocol =
[, string $priv_passphrase =
[, string $contextName =
[, string $contextEngineID =
]]]]]] )
public array walk
( string
$object_id
[, bool $suffix_as_key = FALSE
[, int $max_repetitions
[, int $non_repeaters
]]] )/* 상수 */
}프로퍼티
예약 상수SNMP Error Types
SNMP Protocol Versions
Table of Contents
|