mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Indentation problems fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306441 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7cdcbb776a
commit
a19e054bef
1 changed files with 10 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
<refname>AMQPQueue::consume</refname>
|
||||
<refpurpose>The consume purpose</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
|
@ -14,13 +14,13 @@
|
|||
<methodparam><type>array</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<para>
|
||||
<parameter>options</parameter> is a an array of consume options. The keys used in the <parameter>options</parameter> array are: min, max, and ack. All other keys will be ignored.
|
||||
</para>
|
||||
<para>
|
||||
<para>
|
||||
For each missing option, the extension will check the ini settings or use the default value.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -39,15 +39,15 @@
|
|||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An array contained a the messages consumed. The number of returned messages will be at least the number given by <parameter>min</parameter> in the <parameter>options</parameter> array. But not more than the number given by <parameter>max</parameter>.
|
||||
An array contained a the messages consumed. The number of returned messages will be at least the number given by <parameter>min</parameter> in the <parameter>options</parameter> array. But not more than the number given by <parameter>max</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
|
@ -86,7 +86,6 @@ foreach ($messages as $message) {
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue