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