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