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

search for in the

AMQPQueue::ack> <AMQPExchange::publish
Last updated: Fri, 20 May 2011

view this page in

La clase de cola AMQP

Introducción

Representa una cola AMQP.

Clases sinopsis

AMQPQueue {
/* Methods */
public bool ack ( int $delivery_tag [, int $flags = NULL ] )
public bool bind ( string $exchange_name , string $routing_key )
public bool cancel ([ string $consumer_tag = "" ] )
__construct ( AMQPConnection $amqp_connection [, string $queue_name = "" ] )
public array consume ([ array $options = array() ] )
public int declare ([ string $queue_name = "" [, int $flags = AMQP_AUTODELETE ]] )
public bool delete ( string $queue_name )
public array get ([ int $flags = AMQP_NOACK ] )
public bool purge ( string $queue_name )
public bool unbind ( string $exchange_name , string $routing_key )
}

Table of Contents



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

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