その他のサービス
導入
その他のサービス
PHP Manual
AMQP
導入
インストール/設定
要件
インストール手順
実行時設定
リソース型
定義済み定数
例
AMQPConnection
? AMQPConnection クラス
AMQPConnection::connect
? Establish a connection with the AMQP broker.
AMQPConnection::__construct
? AMQPConnection のインスタンスを作成する
AMQPConnection::disconnect
? Closes the connection with the AMQP broker.
AMQPConnection::isConnected
? AMQPConnection オブジェクトがブローカと接続しているかどうかを調べる
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.
AMQPConnection::setVhost
? Set the amqp virtual host
AMQPExchange
? AMQPExchange クラス
AMQPExchange::bind
? バインドする
AMQPExchange::__construct
? AMQPExchange のインスタンスを作成する
AMQPExchange::declare
? 新しい exchange をブローカ上で宣言する
AMQPExchange::delete
? exchange をブローカから削除する
AMQPExchange::publish
? メッセージを exchange に公開する
AMQPQueue
? AMQPQueue クラス
AMQPQueue::ack
? メッセージの受信を受け付ける
AMQPQueue::bind
? 指定したキューを、exchange 上のルーティングキーにバインドする
AMQPQueue::cancel
? キューのバインドをキャンセルする
AMQPQueue::__construct
? AMQPQueue オブジェクトのインスタンスを作成する
AMQPQueue::consume
? consume メソッド
AMQPQueue::declare
? 新しいキューを宣言する
AMQPQueue::delete
? キューとその中身を削除する
AMQPQueue::get
? 次のメッセージをキューから取得する
AMQPQueue::purge
? キューの中身をパージする
AMQPQueue::unbind
? キューをルーティングキーから削除する
その他のサービス
導入
その他のサービス
PHP Manual