mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321520 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a88f54ced1
commit
55df00f959
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="mongocollection.find" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>MongoCollection::find</refname>
|
||||
<refpurpose>Querys this collection, returning a <class>MongoCursor</class>
|
||||
<refpurpose>Querys this collection, returning a <classname>MongoCursor</classname>
|
||||
for the result set</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<para>
|
||||
As opposed to <function>MongoCollection::find</function>, this method
|
||||
will return only the <emphasis>first</emphasis> result from the result set,
|
||||
and not a <class>MongoCursor</class> that can be iterated over.
|
||||
and not a <classname>MongoCursor</classname> that can be iterated over.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue