From be318032a39f3a03a6bb66a8a0128db19dfd5a52 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Wed, 20 Jul 2011 14:08:24 +0000 Subject: [PATCH] see something git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313474 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/amqp/amqpqueue/consume.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/amqp/amqpqueue/consume.xml b/reference/amqp/amqpqueue/consume.xml index 0f5509fa2f..3207f5f680 100644 --- a/reference/amqp/amqpqueue/consume.xml +++ b/reference/amqp/amqpqueue/consume.xml @@ -15,7 +15,7 @@ This is a blocking function, in that the function will not return until the minimum number of of messages as specified by the min are read off of the queue. - To use a non-blocking function, see + To use a non-blocking function, see AMQPQueue::get.