AMQPQueue
PHP Manual

AMQPQueue::cancel

(PECL amqp >= Unknown)

AMQPQueue::cancelCancel a queue binding.

説明

public void AMQPQueue::cancel ( string $consumer_tag )

Cancel a queue that is already bound to an exchange and routing key.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

consumer_tag

The queue name to cancel, if the queue object is not already representative of a queue.

返り値


AMQPQueue
PHP Manual