AMQPQueue
PHP Manual

AMQPQueue::purge

(PECL amqp >= Unknown)

AMQPQueue::purgePurge the contents of a queue

Descrição

public bool AMQPQueue::purge ( void )

Purge the contents of a queue.

Parâmetros

Esta função não possui parâmetros.

Erros

Throws AMQPChannelException if the channel is not open.

Throws AMQPConnectionException if the connection to the broker was lost.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.


AMQPQueue
PHP Manual