Stomp
PHP Manual

Stomp::__destruct

stomp_close

(PECL stomp >= 0.1.0)

Stomp::__destruct -- stomp_closeCloses stomp connection

Açıklama

Nesne yönelimli kullanım (destructor):

public bool Stomp::__destruct ( void )

Yordamsal kullanım:

bool stomp_close ( resource $link )

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().


Stomp
PHP Manual