AMQPExchange::setName

(PECL amqp >= Unknown)

AMQPExchange::setNameSet the name of the exchange

Beskrivelse

public void AMQPExchange::setName ( string $exchange_name )

Set the name of the exchange.

Parametre

exchange_name

The name of the exchange to set as string.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top