diff --git a/reference/amqp/amqpqueue/consume.xml b/reference/amqp/amqpqueue/consume.xml index e7a3d376e1..701e2b198a 100644 --- a/reference/amqp/amqpqueue/consume.xml +++ b/reference/amqp/amqpqueue/consume.xml @@ -6,7 +6,7 @@ AMQPQueue::consume The consume purpose - + &reftitle.description; @@ -14,13 +14,13 @@ arrayoptions - + - + &warn.undocumented.func; - + - + &reftitle.parameters; @@ -31,7 +31,7 @@ options is a an array of consume options. The keys used in the options array are: min, max, and ack. All other keys will be ignored. - + For each missing option, the extension will check the ini settings or use the default value. @@ -39,15 +39,15 @@ - + &reftitle.returnvalues; - An array contained a the messages consumed. The number of returned messages will be at least the number given by min in the options array. But not more than the number given by max. + An array contained a the messages consumed. The number of returned messages will be at least the number given by min in the options array. But not more than the number given by max. - - + + &reftitle.examples; @@ -86,7 +86,6 @@ foreach ($messages as $message) { -