SNMP::getErrorGet last error message Description
public string SNMP::getError
( void
)
Returns string with error from last SNMP request. Return ValuesString describing error from last SNMP request. ExamplesExample #1 SNMP::getError example
<?php The above example will output: bool(false) string(26) "No response from 127.0.0.1" See Also
|