Stomp
PHP Manual

Stomp::__destruct

stomp_close

(PECL stomp >= 0.1.0)

Stomp::__destruct -- stomp_closeCloses stomp connection

説明

Object oriented style (destructor):

public bool Stomp::__destruct ( void )

Procedural style:

bool stomp_close ( resource $link )

Closes a previously opened connection.

パラメータ

link

Procedural style only: The stomp link identifier returned by stomp_connect().

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

See stomp_connect().


Stomp
PHP Manual