Exemplos
AMQPConnection::__construct
AMQP
PHP Manual
The AMQPConnection class
Introdução
Represents a connection to an AMQP broker.
Sinopse da classe
AMQPConnection
AMQPConnection
{
/* Methods */
__construct
([
array
$credentials
= array()
] )
public
void
isConnected
(
void
)
}
Índice
AMQPConnection::__construct
— Create an instance of AMQPConnection
AMQPConnection::isConnected
— Determine if the AMQPConnection object is still connected to the broker.
Exemplos
AMQPConnection::__construct
AMQP
PHP Manual