downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SNMP::getnext> <SNMP::getErrno
[edit] Last updated: Tue, 21 May 2013

view this page in

SNMP::getError

(PHP 5 >= 5.4.0)

SNMP::getErrorGet last error message

Descrizione

string SNMP::getError ( void )

Returns string with error from last SNMP request.

Valori restituiti

String describing error from last SNMP request.

Esempi

Example #1 SNMP::getError() example

<?php
$session 
= new SNMP(SNMP::VERSION_2c'127.0.0.1''boguscommunity');
var_dump(@$session->get('.1.3.6.1.2.1.1.1.0'));
var_dump($session->getError());
?>

Il precedente esempio visualizzerĂ :

bool(false)
string(26) "No response from 127.0.0.1"

Vedere anche:



add a note add a note User Contributed Notes SNMP::getError - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites