AMQPQueue
PHP Manual

AMQPQueue::unbind

(PECL amqp >= Unknown)

AMQPQueue::unbindUnbind the queue from a routing key.

説明

public void AMQPQueue::unbind ( string $exchange_name [, string $routing_key = "" ] )

Remove a routing key binding on an exchange from the given queue.

警告

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

パラメータ

exchange_name

The name of the exchange on which the queue is bound.

routing_key

The binding routing key used by the queue.

返り値


AMQPQueue
PHP Manual