|
AMQPExchange::deleteDelete the exchange from the broker. Description
public bool AMQPExchange::delete
([ int
$flags = AMQP_NOPARAM
] )Delete and exchange from the broker. Parameters
Errors/ExceptionsThrows AMQPExchangeException on failure. Throws AMQPChannelException if the channel is not open. Throws AMQPConnectionException if the connection to the broker was lost. Return Values
Returns Examples
Example #1 AMQPExchange::delete example
<?php |