AMQPQueue
PHP Manual

AMQPQueue::delete

(PECL amqp >= Unknown)

AMQPQueue::deleteDelete a queue and its contents.

Açıklama

publicbool AMQPQueue::delete ( void )

Delete a queue from the broker, including its entire contents of unread or unacknowledged messages.

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