|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-10-10 05:28 UTC] pdezwart@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: pdezwart
[2011-10-10 05:28 UTC] pdezwart@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 06:00:01 2025 UTC |
Description: ------------ The signature of $queue->delete() requires the passing of a queue name. This is a poor API. The following statements should work: AMQPQueue::delete("queue1"); $q = new AMQPQueue("queue1"); $q->delete();