downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

AMQPExchange::bind> <AMQPConnection::setVhost
[edit] Last updated: Sat, 07 Jan 2012

view this page in

The AMQPExchange class

(No version information available, might only be in SVN)

소개

Represents an AMQP exchange.

클래스 개요

AMQPExchange {
/* Methods */
public bool bind ( string $queue_name , string $routing_key )
__construct ( AMQPConnection $connection [, string $exchange_name = "" ] )
public bool declare ([ string $exchange_name = "" [, string $exchange_type = AMQP_EX_TYPE_DIRECT [, int $flags = 0 ]]] )
public bool delete ([ string $exchange_name = NULL [, int $params = 0 ]] )
public bool publish ( string $message , string $routing_key [, int $params = 0 [, array $attributes ]] )
}

Table of Contents



add a note add a note User Contributed Notes AMQPExchange
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites