AMQPQueue
PHP Manual

AMQPQueue::setArguments

(PECL amqp >= Unknown)

AMQPQueue::setArgumentsSet all arguments on the queue

Descrição

public void AMQPQueue::setArguments ( array $arguments )

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

Parâmetros

arguments

An array of key/value pairs of arguments.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.


AMQPQueue
PHP Manual