mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
The classname is MongoCursor, not Cursor, and use correct markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328522 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6afc8f832a
commit
643260e9ae
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
If, for some reason, you need a cursor to hang around for a long time, you
|
||||
can prevent the database from cleaning it up by using this method. However,
|
||||
if you make a cursor immortal, you need to iterate through all of its results
|
||||
(or at least until <function>Cursor::dead</function> returns &true;) or the
|
||||
(or at least until <methodname>MongoCursor::dead</methodname> returns &true;) or the
|
||||
cursor will hang around the database forever, taking up resources.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue