(PECL stomp >= 0.1.0)
Stomp::__destruct -- stomp_close — Closes stomp connection
객체 기반 형식 (destructor):
절차식 형식:
$link
Closes a previously opened connection.
link
Procedural style only: The stomp link identifier returned by stomp_connect().
성공 시 TRUE를, 실패 시 FALSE를 반환합니다.
TRUE
FALSE
See stomp_connect().