Stomp::__destruct

stomp_close

(PECL stomp >= 0.1.0)

Stomp::__destruct -- stomp_closeCloses stomp connection

Açıklama

Nesne yönelimli kullanım (destructor):

publicStomp::__destruct()

Yordamsal kullanım:

stomp_close(resource$link): bool

Closes a previously opened connection.

Bağımsız Değişkenler

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

To Top