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

search for in the

SNMP::__construct> <SNMP
[edit] Last updated: Fri, 17 May 2013

view this page in

SNMP::close

(PHP 5 >= 5.4.0)

SNMP::closeClose SNMP session

Beschreibung

bool SNMP::close ( void )

Frees previously allocated SNMP session object.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Beispiele

Beispiel #1 SNMP::close() example

<?php
  $session 
= new SNMP(SNMP::VERSION_1"127.0.0.1""public");
  
# ...
  # get, walk, etc goes here
  # ...
  
$session->close();
?>

Siehe auch



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

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