Stomp::__destruct

stomp_close

(PECL stomp >= 0.1.0)

Stomp::__destruct -- stomp_closeCloses stomp connection

Açıklama

Nesne yönelimli kullanım (destructor):

public Stomp::__destruct ( void ) : bool

Yordamsal kullanım:

stomp_close ( resource $link ) : bool

Closes a previously opened connection.

Değiştirgeler

link

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

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Örnekler

See stomp_connect().