AMQPChannel::__construct

(PECL amqp >= Unknown)

AMQPChannel::__constructCreate an instance of an AMQPChannel object

Beskrivelse

AMQPChannel::__construct ( AMQPConnection $amqp_connection )

Creates an AMQPChannel instance representing a channel on the given connection.

Parametre

amqp_connection

A instance of AMQPConnection with an active connection to a broker.

Fejl/Undtagelser

Throws AMQPConnectionException if the connection to the broker was lost.

Returnerings Værdier

An instance of AMQPChannel.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top