Document this correctly.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332069 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2013-11-05 11:44:20 +00:00
parent 94ccd50745
commit 4bc6929518

View file

@ -90,14 +90,6 @@
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
Throws <classname>MongoCursorException</classname> if this cursor has
started iterating.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<example>
@ -142,6 +134,35 @@ $cursor->limit(30)->batchSize(7)
</simplelist>
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>1.4.5</entry>
<entry>
<para>
Before 1.4.5, this method would throw an
<classname>MongoCursorException</classname> if the cursor had already
started iterating.
</para>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables: