From 9eeba8cb28a270559fb35bffcb079dc95a761222 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Sun, 28 Dec 2014 22:05:21 +0000 Subject: [PATCH] Update docs for MongoCursor interator methods git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335444 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mongo/mongocommandcursor/current.xml | 12 +++- reference/mongo/mongocommandcursor/key.xml | 15 +++-- reference/mongo/mongocommandcursor/next.xml | 11 +++- reference/mongo/mongocommandcursor/rewind.xml | 57 +++++++++++++++---- reference/mongo/mongocommandcursor/valid.xml | 13 ++++- reference/mongo/mongocursor/current.xml | 10 +++- reference/mongo/mongocursor/key.xml | 15 ++++- reference/mongo/mongocursor/next.xml | 7 +++ reference/mongo/mongocursor/rewind.xml | 7 +++ reference/mongo/mongocursor/valid.xml | 11 +++- 10 files changed, 131 insertions(+), 27 deletions(-) diff --git a/reference/mongo/mongocommandcursor/current.xml b/reference/mongo/mongocommandcursor/current.xml index 6827012ce4..47a6d66e9c 100644 --- a/reference/mongo/mongocommandcursor/current.xml +++ b/reference/mongo/mongocommandcursor/current.xml @@ -14,7 +14,7 @@ - This returns &null; until MongoCommandCursor::next is called. + This returns &null; until MongoCommandCursor::rewind is called. @@ -26,9 +26,17 @@ &reftitle.returnvalues; - The current result as an associative array. + The current result document as an associative array. &null; will be returned + if there is no result. + + + &reftitle.seealso; + + Iterator::current + +