AMQPEXCHANGE(3) 1 AMQPEXCHANGE(3)
The AMQPExchange class
INTRODUCTION
Represents an AMQP exchange.
CLASS SYNOPSIS
AMQPExchange
AMQPExchange
Methods
o public bool AMQPExchange::bind (string $destination_exchange_name, string $source_exchange_name, string $routing_key)
o public AMQPExchange::__construct (AMQPChannel $amqp_channel)
o public int AMQPExchange::declare (void )
o public bool AMQPExchange::delete AMQP_NOPARAM ([int $flags])
o public mixed AMQPExchange::getArgument (string $key)
o public array AMQPExchange::getArguments (void )
o public int AMQPExchange::getFlags (void )
o public string AMQPExchange::getName (void )
o public string AMQPExchange::getType (void )
o public bool AMQPExchange::publish AMQP_NOPARAM (string $message, string $routing_key, [int $flags], [array $attributes = array()])
o public void AMQPExchange::setArgument (string $key, mixed $value)
o public void AMQPExchange::setArguments (array $arguments)
o public void AMQPExchange::setFlags (int $flags)
o public void AMQPExchange::setName (string $exchange_name)
o public string AMQPExchange::setType (string $exchange_type)
PHP Documentation Group AMQPEXCHANGE(3)