downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

StompFrame> <Stomp::subscribe
[edit] Last updated: Sun, 26 May 2013

view this page in

Stomp::unsubscribe

stomp_unsubscribe

(PECL stomp >= 0.1.0)

Stomp::unsubscribe -- stomp_unsubscribeRemoves an existing subscription

说明

面向对象风格 (method):

public bool Stomp::unsubscribe ( string $destination [, array $headers ] )

过程化风格:

bool stomp_unsubscribe ( resource $link , string $destination [, array $headers ] )

Removes an existing subscription.

参数

link

仅对过程化样式:由 stomp_connect() 返回的 stomp 连接标识符。

destination

Subscription to remove.

headers

关联数组包含附加的头信息(例如: receipt)。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

注释

Tip

Stomp is inherently asynchronous. Synchronous communication can be implemented adding a receipt header. This will cause methods to not return anything until the server has acknowledged receipt of the message or until read timeout was reached.

范例

See stomp_ack().



add a note add a note User Contributed Notes Stomp::unsubscribe - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites