AMQPQueue
PHP Manual

AMQPQueue::purge

(PECL amqp >= Unknown)

AMQPQueue::purgePurge the contents of a queue

Descrizione

public bool AMQPQueue::purge ( void )

Purge the contents of a queue.

Elenco dei parametri

Questa funzione non contiene parametri.

Errori/Eccezioni

Throws AMQPChannelException if the channel is not open.

Throws AMQPConnectionException if the connection to the broker was lost.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


AMQPQueue
PHP Manual