AMQPQueue
PHP Manual

AMQPQueue::purge

(PECL amqp >= Unknown)

AMQPQueue::purgePurge the contents of a queue

Opis

public bool AMQPQueue::purge ( void )

Purge the contents of a queue.

Parametry

Ta funkcja nie posiada parametrów.

Błędy/Wyjątki

Throws AMQPChannelException if the channel is not open.

Throws AMQPConnectionException if the connection to the broker was lost.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.


AMQPQueue
PHP Manual