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

search for in the

Stomp::error> <Stomp::__construct
Last updated: Fri, 20 May 2011

view this page in

Stomp::__destruct

stomp_close

(PECL stomp >= 0.1.0)

Stomp::__destruct -- stomp_closeCloses stomp connection

Descripción

Object oriented style (destructor):

public bool Stomp::__destruct ( void )

Procedural style:

bool stomp_close ( resource $link )

Closes a previously opened connection.

Parámetros

link

Sólo estilo procedimental: El identificador de enlace Stomp devuelto por stomp_connect().

Valores devueltos

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

Ejemplos

See stomp_connect().



add a note add a note User Contributed Notes Stomp::__destruct
There are no user contributed notes for this page.

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