update : 2015.11.03
php.shukuma.com검색:
|
SNMP::getError(PHP 5 >= 5.4.0) SNMP::getError — Get last error message 설명
public string SNMP::getError
( void
)
Returns string with error from last SNMP request. 반환값String describing error from last SNMP request. 예제Example #1 SNMP::getError() example
<?php 위 예제의 출력: bool(false) string(26) "No response from 127.0.0.1" 참고
|