(No version information available, might only be in SVN)
Introduction
Represents an AMQP queue.
Class synopsis
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
)
}