AMQPQueue::setFlags
(PECL amqp >= Unknown)
AMQPQueue::setFlags — Set the queue flags
Descrição
public void AMQPQueue::setFlags
( int
$flags
)Set the flags on the queue.
Parâmetros
-
flags -
A bitmask of flags. This call currently only supports a bitmask of the following flags:
AMQP_DURABLE,AMQP_PASSIVE,AMQP_EXCLUSIVE,AMQP_AUTODELETE.
Valor Retornado
Retorna TRUE em caso de sucesso ou FALSE em caso de falha.
There are no user contributed notes for this page.
