(No version information available, might only be in SVN)
  
   简介
   
    Represents an AMQP queue.
   
   
  
   类摘要
   
    
    
     
      AMQPQueue
     
     {
    
    
    
   public bool ack
    ( 
int $delivery_tag
   [, 
int $flags = AMQP_NOPARAM
  ] )
 
   public bool bind
    ( 
string $exchange_name
   , 
string $routing_key
   )
 
   public bool cancel
    ([ 
string $consumer_tag = ""
  ] )
 
   public mixed get
       ([ 
int $flags
     ] )
 
   public void nack
    ( 
string $delivery_tag
   [, 
string $flags = AMQP_NOPARAM
  ] )
 
   public bool purge
    ( 
void
   )
 
   public void setName
    ( 
string $queue_name
   )
 
   public bool unbind
    ( 
string $exchange_name
   , 
string $routing_key
   )
 
   }