AMQPExchange
PHP Manual

AMQPExchange::setArgument

(PECL amqp >= Unknown)

AMQPExchange::setArgumentSet the value for the given key

Descrição

public void AMQPExchange::setArgument ( string $key , mixed $value )

Set the key to the given value.

Parâmetros

key

The key to set.

value

The value to set.

Valor Retornado

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


AMQPExchange
PHP Manual