AMQPQueue::setFlags
(PECL amqp >= Unknown)
AMQPQueue::setFlags — Set the queue flags
Beschreibung
public void AMQPQueue::setFlags
( int
$flags
)Set the flags on the queue.
Parameter-Liste
-
flags -
A bitmask of flags. This call currently only supports a bitmask of the following flags:
AMQP_DURABLE,AMQP_PASSIVE,AMQP_EXCLUSIVE,AMQP_AUTODELETE.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
There are no user contributed notes for this page.
