PHP Doku:: The AMQPConnection class - class.amqpconnection.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The AMQPConnection class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Sonstige Dienste
≥
AMQP
≥
The AMQPConnection class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
AMQP
<<
Beispiele
AMQPConnection::connect
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Sonstige Dienste
∧
AMQP
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
The AMQPConnection class
The AMQPExchange class
The AMQPQueue class
Einführung
UnterSeiten:
∨
AMQPConnection::connect
∨
AMQPConnection::__construct
∨
AMQPConnection::disconnect
∨
AMQPConnection::isConnected
∨
AMQPConnection::reconnect
∨
AMQPConnection::setHost
∨
AMQPConnection::setLogin
∨
AMQPConnection::setPassword
∨
AMQPConnection::setPort
The AMQPConnection class
Einführung
Represents a connection to an AMQP broker.
Klassenbeschreibung
AMQPConnection
{
/* Methods */
public
boolean
connect
(
void
)
__construct
([
array
$credentials
= array()
] )
public
boolean
disconnect
(
void
)
public
void
isConnected
(
void
)
public
boolean
reconnect
(
void
)
public
void
setHost
(
string
$host
)
public
void
setLogin
(
string
$login
)
public
void
setPassword
(
string
$password
)
public
void
setPort
(
int
$port
)
}
Inhaltsverzeichnis
AMQPConnection::connect
— Establish a connection with the AMQP broker.
AMQPConnection::__construct
— Create an instance of AMQPConnection
AMQPConnection::disconnect
— Closes the connection with the AMQP broker.
AMQPConnection::isConnected
— Determine if the AMQPConnection object is still connected to the broker.
AMQPConnection::reconnect
— Closes any open connection and creates a new connection with the AMQP broker.
AMQPConnection::setHost
— Set the amqp host.
AMQPConnection::setLogin
— Set the login.
AMQPConnection::setPassword
— Set the password.
AMQPConnection::setPort
— Set the port.
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...