Stomp::__destruct

stomp_close

Closes stomp connection

説明

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

public Stomp::__destruct()

手続き型:

bool stomp_close(resource $link)

Closes a previously opened connection.

パラメータ

link

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

戻り値

成功した場合に true を、失敗した場合に false を返します。

See stomp_connect.