mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added see-also, and a better description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321516 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8ad788358d
commit
a88f54ced1
2 changed files with 11 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
<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</refpurpose>
|
||||
<refpurpose>Querys this collection, returning a <class>MongoCursor</class>
|
||||
for the result set</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -125,6 +125,15 @@ Array
|
|||
</para>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><function>MongoCollection::find</function></member>
|
||||
<member><function>MongoCollection::insert</function></member>
|
||||
<member>MongoDB core docs on <link xlink:href="&url.mongodb.dochub.find;">find</link>.</member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue