AMQPExchange
PHP Manual

AMQPExchange::setName

(PECL amqp >= Unknown)

AMQPExchange::setNameSet the name of the exchange

Descrição

public void AMQPExchange::setName ( string $exchange_name )

Set the name of the exchange.

Parâmetros

exchange_name

The name of the exchange to set as string.

Valor Retornado

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


AMQPExchange
PHP Manual