AMQPQueue
PHP Manual

AMQPQueue::purge

(PECL amqp >= Unknown)

AMQPQueue::purgePurge the contents of a queue

Beschreibung

public bool AMQPQueue::purge ( void )

Purge the contents of a queue.

Parameter-Liste

Diese Funktion hat keine Parameter.

Fehler/Exceptions

Throws AMQPChannelException if the channel is not open.

Throws AMQPConnectionException if the connection to the broker was lost.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


AMQPQueue
PHP Manual