Examples
AMQPConnection::__construct
AMQP
PHP Manual
The AMQPConnection class
Introduction
Represents a connection to an AMQP broker.
Class synopsis
AMQPConnection
{
/* Methods */
__construct
([
array
$credentials
= array()
] )
public
void
isConnected
(
void
)
}
Table of Contents
AMQPConnection::__construct
— Create an instance of AMQPConnection
AMQPConnection::isConnected
— Determine if the AMQPConnection object is still connected to the broker.
Examples
AMQPConnection::__construct
AMQP
PHP Manual