(No version information available, might only be in Git)
  
   Introduction
   
    Represents an AMQP exchange.
   
   
  
   Class synopsis
   
    
    
     
      AMQPExchange
     
     {
    
    
    
   public bool bind
    ( 
string $destination_exchange_name
   , 
string $source_exchange_name
   , 
string $routing_key
   )
 
   public bool delete
    ([ 
int $flags = AMQP_NOPARAM
  ] )
 
   public bool publish
    ( 
string $message
   , 
string $routing_key
   [, 
int $flags = AMQP_NOPARAM
   [, 
array $attributes = array()
  ]] )
 
   public void setName
    ( 
string $exchange_name
   )
 
   public string setType
    ( 
string $exchange_type
   )
 
   }