AMQPChannel::__construct
(PECL amqp >= Unknown)
AMQPChannel::__construct — Create an instance of an AMQPChannel object
Opis
AMQPChannel::__construct
( AMQPConnection
$amqp_connection
)Creates an AMQPChannel instance representing a channel on the given connection.
Parametry
-
amqp_connection -
A instance of AMQPConnection with an active connection to a broker.
Błędy/Wyjątki
Throws AMQPConnectionException if the connection to the broker was lost.
Zwracane wartości
An instance of AMQPChannel.
There are no user contributed notes for this page.
