From 4bc692951896abe2fb3c52885ac7d913c70cf2fb Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 5 Nov 2013 11:44:20 +0000 Subject: [PATCH] Document this correctly. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332069 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocursor/batchsize.xml | 37 ++++++++++++++++++----- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/reference/mongo/mongocursor/batchsize.xml b/reference/mongo/mongocursor/batchsize.xml index 339a9e22b7..ce6ef20557 100644 --- a/reference/mongo/mongocursor/batchsize.xml +++ b/reference/mongo/mongocursor/batchsize.xml @@ -90,14 +90,6 @@ - - &reftitle.errors; - - Throws MongoCursorException if this cursor has - started iterating. - - - &reftitle.examples; @@ -142,6 +134,35 @@ $cursor->limit(30)->batchSize(7) + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 1.4.5 + + + Before 1.4.5, this method would throw an + MongoCursorException if the cursor had already + started iterating. + + + + + + + + +