mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Order by alphabethical order just like in the source code.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330190 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c930cbb897
commit
54d0342f80
1 changed files with 16 additions and 16 deletions
|
@ -102,6 +102,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
|
|||
</para>
|
||||
</warning>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"connectTimeoutMS"</literal>
|
||||
</para>
|
||||
<para>
|
||||
How long a connection can take to be opened before timing out.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"db"</literal>
|
||||
|
@ -167,22 +175,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
|
|||
See the replica set example below for details.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"connectTimeoutMS"</literal>
|
||||
</para>
|
||||
<para>
|
||||
How long a connection can take to be opened before timing out.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"timeout"</literal>
|
||||
</para>
|
||||
<para>
|
||||
Deprecated alias for "connectTimeoutMS"
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"socketTimeoutMS"</literal>
|
||||
|
@ -198,6 +190,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
|
|||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"timeout"</literal>
|
||||
</para>
|
||||
<para>
|
||||
Deprecated alias for "connectTimeoutMS"
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"username"</literal>
|
||||
|
|
Loading…
Reference in a new issue