SNMP::getErrnoGet last error code Description
public int SNMP::getErrno
( void
)
Returns error code from last SNMP request. Return ValuesReturns one of SNMP error code values described in constants chapter. ExamplesExample #1 SNMP::getErrno example
<?php The above example will output: bool(false) bool(true) See Also
|