AMQPQueue
PHP Manual

AMQPQueue::purge

(PECL amqp >= Unknown)

AMQPQueue::purgePurge the contents of a queue

Açıklama

public bool AMQPQueue::purge ( void )

Purge the contents of a queue.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Hatalar/İstisnalar

Throws AMQPChannelException if the channel is not open.

Throws AMQPConnectionException if the connection to the broker was lost.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.


AMQPQueue
PHP Manual