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, 30 Nov 2012

view this page in

SNMP::close

(PHP 5 >= 5.4.0)

SNMP::closeClose SNMP session

Opis

bool SNMP::close ( void )

Frees previously allocated SNMP session object.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Przykłady

Przykład #1 SNMP::close() example

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

Zobacz też:



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