AMQPQueue::setFlags

(PECL amqp >= Unknown)

AMQPQueue::setFlagsSet the queue flags

Beskrivelse

public void AMQPQueue::setFlags ( int $flags )

Set the flags on the queue.

Parametre

flags

A bitmask of flags. This call currently only supports a bitmask of the following flags: AMQP_DURABLE, AMQP_PASSIVE, AMQP_EXCLUSIVE, AMQP_AUTODELETE.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top