AMQPChannel::__constructCreate an instance of an AMQPChannel object Description
AMQPChannel::__construct
( AMQPConnection
$amqp_connection
)Creates an AMQPChannel instance representing a channel on the given connection. Parameters
Errors/ExceptionsThrows AMQPConnectionException if the connection to the broker was lost. Return ValuesAn instance of AMQPChannel. |