AMQPChannel
PHP Manual

AMQPChannel::__construct

(PECL amqp >= Unknown)

AMQPChannel::__constructCreate an instance of an AMQPChannel object

Descrizione

AMQPChannel::__construct ( AMQPConnection $amqp_connection )

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

Elenco dei parametri

amqp_connection

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

Errori/Eccezioni

Throws AMQPConnectionException if the connection to the broker was lost.

Valori restituiti

An instance of AMQPChannel.


AMQPChannel
PHP Manual