(PECL amqp >= Unknown)
AMQPQueue::bind — Bind the given queue to a routing key on an exchange.
The bind method will bind the given queue to the specified routing key on the given exchange.
本函数还未编写文档,仅有参数列表。
The exchange name on which to bind.
The routing key to which to bind.
成功时返回 TRUE, 或者在失败时返回 FALSE.