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::closeCerrar sesión SNMP

Descripción

bool SNMP::close ( void )

Libera previamente asignado un objeto de sesión SNMP.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ejemplos

Ejemplo #1 Ejemplo de SNMP::close()

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

Ver también



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 | stats | sitemap | contact | advertising | mirror sites