update : 2015.11.03
php.shukuma.com검색:
|
SNMP::set(PHP 5 >= 5.4.0) SNMP::set — Set the value of an SNMP object 설명
Requests remote SNMP agent setting the value of
one or more SNMP objects specified by the 인수
If 반환값
성공 시 오류/예외
This method does not throw any exceptions by default.
To enable throwing an SNMPException exception when some of library errors occur
the SNMP class parameter 예제Example #1 Set single SNMP object id
<?php Example #2 Set multiple values using single SNMP::set() call
<?php Example #3 Using SNMP::set() for setting BITS SNMP object id
<?php |