AMQP
PHP Manual

AMQPExchange クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

AMQP exchange をあらわします。

クラス概要

AMQPExchange {
/* メソッド */
public bool bind ( string $destination_exchange_name , string $source_exchange_name , string $routing_key )
public __construct ( AMQPChannel $amqp_channel )
public int declare ( void )
public bool delete ([ int $flags = AMQP_NOPARAM ] )
public mixed getArgument ( string $key )
public array getArguments ( void )
public int getFlags ( void )
public string getName ( void )
public string getType ( void )
public bool publish ( string $message , string $routing_key [, int $flags = AMQP_NOPARAM [, array $attributes = array() ]] )
public void setArgument ( string $key , mixed $value )
public void setArguments ( array $arguments )
public void setFlags ( int $flags )
public void setName ( string $exchange_name )
public string setType ( string $exchange_type )
}

目次


AMQP
PHP Manual