AMQPExchange
PHP Manual

AMQPExchange::setName

(PECL amqp >= Unknown)

AMQPExchange::setNameSet the name of the exchange

Descrizione

public void AMQPExchange::setName ( string $exchange_name )

Set the name of the exchange.

Elenco dei parametri

exchange_name

The name of the exchange to set as string.

Valori restituiti

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


AMQPExchange
PHP Manual