AMQPQueue
PHP Manual

AMQPQueue::setArguments

(PECL amqp >= Unknown)

AMQPQueue::setArgumentsSet all arguments on the queue

说明

public void AMQPQueue::setArguments ( array $arguments )

Set all arguments on the given queue. All other argument settings will be wiped.

参数

arguments

An array of key/value pairs of arguments.

返回值

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


AMQPQueue
PHP Manual