Stomp
PHP Manual

Stomp::__destruct

stomp_close

(PECL stomp >= 0.1.0)

Stomp::__destruct -- stomp_closeCloses stomp connection

説明

オブジェクト指向型 (destructor):

public bool Stomp::__destruct ( void )

手続き型:

bool stomp_close ( resource $link )

Closes a previously opened connection.

パラメータ

link

手続き型のみ: stomp_connect() が返す stomp リンク ID。

返り値

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

See stomp_connect().


Stomp
PHP Manual