AMQP
PHP Manual

The AMQPConnection class

Введение

Represents a connection to an AMQP broker.

Обзор классов

AMQPConnection {
/* Methods */
public bool connect ( void )
__construct ([ array $credentials = array() ] )
public bool disconnect ( void )
public bool isConnected ( void )
public bool reconnect ( void )
public bool setHost ( string $host )
public bool setLogin ( string $login )
public bool setPassword ( string $password )
public bool setPort ( int $port )
public bool setVhost ( string $vhost )
}

Содержание


AMQP
PHP Manual