AMQPQueue
PHP Manual

AMQPQueue::purge

(PECL amqp >= Unknown)

AMQPQueue::purgePurge the contents of a queue

说明

public bool AMQPQueue::purge ( string $queue_name )

Purge the contents of a queue.

Warning

本函数还未编写文档,仅有参数列表。

参数

queue_name

The name of the queue to purge

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE.


AMQPQueue
PHP Manual