suche nach in der

AMQPExchange::declare> <AMQPExchange::bind
Last updated: Sat, 07 Jan 2012

view this page in

AMQPExchange::__construct

(PECL amqp >= Unknown)

AMQPExchange::__constructCreate an instance of AMQPExchange

Beschreibung

AMQPExchange::__construct ( AMQPConnection $connection [, string $exchange_name = "" ] )

Returns a new instance of an AMQPExchange object, associated with the given AMQPConnection object. If the exchange_name parameter is specified and the an exchange by that name exists on the broker, an instance of that specific exchange will be returned. Otherwise, the exchange_name is ignored.

Parameter-Liste

AMQPConnection

A valid AMQPConnection object, connected to a broker.

exchange_name

The name of an existing exchange to represent.

Rückgabewerte

An AMQPExchange object.

Fehler/Exceptions

Throws AMQPExchangeException when connection is not connect to a broker.



add a note add a note User Contributed Notes
AMQPExchange::__construct
There are no user contributed notes for this page.

AMQPExchange::declare> <AMQPExchange::bind
Last updated: Sat, 07 Jan 2012