Fixed typoes and grammar, and added see-also sections.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329381 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2013-01-31 14:45:04 +00:00
parent 4d2ed4ef0b
commit 87726efe34
2 changed files with 20 additions and 2 deletions

View file

@ -67,6 +67,15 @@ array(2) {
</example>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>MongoDB::listCollections</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -4,7 +4,7 @@
<refentry xml:id="mongodb.listcollections" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>MongoDB::listCollections</refname>
<refpurpose>Get an of MongoCollection for this database</refpurpose>
<refpurpose>Gets an array of all MongoCollections for this database</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -36,7 +36,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an array of MongoCollections.
Returns an array of MongoCollection objects.
</para>
</refsect1>
@ -98,6 +98,15 @@ removing sample.taxes... gone
</screen>
</example>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>MongoDB::getCollectionNames</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables: