AMQPExchange
PHP Manual

AMQPExchange::setArgument

(PECL amqp >= Unknown)

AMQPExchange::setArgumentSet the value for the given key

Descrizione

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

Set the key to the given value.

Elenco dei parametri

key

The key to set.

value

The value to set.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


AMQPExchange
PHP Manual