update : 2015.11.03
php.shukuma.com검색:
|
SNMP::getErrno(PHP 5 >= 5.4.0) SNMP::getErrno — Get last error code 설명
public int SNMP::getErrno
( void
)
Returns error code from last SNMP request. 반환값Returns one of SNMP error code values described in constants chapter. 예제Example #1 SNMP::getErrno() example
<?php 위 예제의 출력: bool(false) bool(true) 참고
|