php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #63919
Patch declarequeue.xml.patch revision 2013-01-06 17:00 UTC by gwijaya at gmail dot com

Patch declarequeue.xml.patch for amqp Bug #63919

Patch version 2013-01-06 17:00 UTC

Return to Bug #63919 | Download this patch
Patch Revisions:

Developer: gwijaya@gmail.com

diff --git a/declarequeue.xml b/declarequeue.xml
index e3cf321..511a0e6 100644
--- a/declarequeue.xml
+++ b/declarequeue.xml
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision: 328670 $ -->
 
-<refentry xml:id="amqpqueue.declare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xml:id="amqpqueue.declareQueue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
-  <refname>AMQPQueue::declare</refname>
+  <refname>AMQPQueue::declareQueue</refname>
   <refpurpose>Declare a new queue</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>int</type><methodname>AMQPQueue::declare</methodname>
+   <modifier>public</modifier> <type>int</type><methodname>AMQPQueue::declareQueue</methodname>
    <void />
   </methodsynopsis>
   <para>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC