AMQP
PHP Manual

Класс AMQPConnection

(Информация о версии неизвестна, возможно, только в SVN)

Введение

Представляет соединение с брокером AMQP.

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

AMQPConnection {
/* Методы */
public bool connect ( void )
public __construct ([ array $credentials = array() ] )
public bool disconnect ( void )
public string getHost ( void )
public string getLogin ( void )
public string getPassword ( void )
public int getPort ( void )
public int getTimeout ( void )
public string getVhost ( 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 setTimeout ( float $timeout )
public bool setVhost ( string $vhost )
}

Содержание


AMQP
PHP Manual