We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0040abe commit 4ca3636Copy full SHA for 4ca3636
source/read/specify-documents-to-return.txt
@@ -25,10 +25,10 @@ operation by passing the following options to the ``MongoDB\Collection::find()``
25
``MongoDB\Collection::findOne()`` method:
26
27
- :ref:`limit <php-return-documents-limit>`: Specifies the maximum number of documents
28
- to return from a query.
29
-- :ref:`sort <php-return-documents-sort>`: Specifies the sort order for the returned documents.
+ to return from a query
+- :ref:`sort <php-return-documents-sort>`: Specifies the sort order for the returned documents
30
- :ref:`skip <php-return-documents-skip>`: Specifies the number of documents to skip before
31
- returning query results.
+ returning query results
32
33
Sample Data
34
~~~~~~~~~~~
0 commit comments