AMQPExchange::bind
(PECL amqp >= Unknown)
AMQPExchange::bind — The bind purpose
Beschreibung
public bool AMQPExchange::bind
( string $queue_name
, string $routing_key
)
Bind an exchange to a queue using the specified routing key.
Parameter-Liste
- queue_name
-
The name of the queue to which to bind.
- routing_key
-
The routing key to use as a binding.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Fehler/Exceptions
Throws AMQPExchangeException on failure.
AMQPExchange::bind
There are no user contributed notes for this page.