Alphabetise

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344837 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2018-04-25 14:57:17 +00:00
parent a9b1a98cd0
commit 80f26e5674

View file

@ -182,6 +182,19 @@
</para>
</entry>
</row>
<row>
<entry>maxAwaitTimeMS</entry>
<entry><type>integer</type></entry>
<entry>
<para>
Positive integer denoting the time limit in milliseconds for the
server to block a getMore operation if no data is available. This
option should only be used in conjunction with the
<literal>"tailable"</literal> and <literal>"awaitData"</literal>
options.
</para>
</entry>
</row>
<row>
<entry>maxScan</entry>
<entry><type>integer</type></entry>
@ -201,19 +214,6 @@
</para>
</entry>
</row>
<row>
<entry>maxAwaitTimeMS</entry>
<entry><type>integer</type></entry>
<entry>
<para>
Positive integer denoting the time limit in milliseconds for the
server to block a getMore operation if no data is available. This
option should only be used in conjunction with the
<literal>"tailable"</literal> and <literal>"awaitData"</literal>
options.
</para>
</entry>
</row>
<row>
<entry>maxTimeMS</entry>
<entry><type>integer</type></entry>
@ -349,17 +349,6 @@
<entry><type>boolean</type></entry>
<entry>Allow query of replica set secondaries</entry>
</row>
<row>
<entry>sort</entry>
<entry><type>array|object</type></entry>
<entry>
<para>The sort specification for the ordering of the results.</para>
<para>
Falls back to the deprecated <literal>"$orderby"</literal> modifier
if not specified.
</para>
</entry>
</row>
<row>
<entry>snapshot</entry>
<entry><type>boolean</type></entry>
@ -379,6 +368,17 @@
</para>
</entry>
</row>
<row>
<entry>sort</entry>
<entry><type>array|object</type></entry>
<entry>
<para>The sort specification for the ordering of the results.</para>
<para>
Falls back to the deprecated <literal>"$orderby"</literal> modifier
if not specified.
</para>
</entry>
</row>
<row>
<entry>tailable</entry>
<entry><type>boolean</type></entry>