Fixed typo. Patch by Tyler Davis (via OE)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327195 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2012-08-21 06:41:16 +00:00
parent 8832e6644e
commit edb012ddea

View file

@ -15,7 +15,7 @@
<methodparam choice="opt"><type>string</type><parameter>flags</parameter><initializer><constant>AMQP_NOPARAM</constant></initializer></methodparam>
</methodsynopsis>
<para>
Mark the message identified by <parameter>delivery_tab</parameter> as explicitly not acknowledged. This method can only be called on messages that have not yet been acknowledged, meaning that messages retrieved with by <methodname>AMQPQueue::consume</methodname> and <methodname>AMQPQueue::get</methodname> and using the <constant>AMQP_AUTOACK</constant> flag are not eligible.
Mark the message identified by <parameter>delivery_tag</parameter> as explicitly not acknowledged. This method can only be called on messages that have not yet been acknowledged, meaning that messages retrieved with by <methodname>AMQPQueue::consume</methodname> and <methodname>AMQPQueue::get</methodname> and using the <constant>AMQP_AUTOACK</constant> flag are not eligible.
</para>
<para>
When called, the broker will immediately put the message back onto the queue, instead of waiting until the connection is closed.