From 54d0342f80fd456b0cd05922eba465e868678dac Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 8 May 2013 14:14:16 +0000 Subject: [PATCH] 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 --- reference/mongo/mongoclient/construct.xml | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/reference/mongo/mongoclient/construct.xml b/reference/mongo/mongoclient/construct.xml index 23a37cd503..184c9445a0 100644 --- a/reference/mongo/mongoclient/construct.xml +++ b/reference/mongo/mongoclient/construct.xml @@ -102,6 +102,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db + + + "connectTimeoutMS" + + + How long a connection can take to be opened before timing out. + + "db" @@ -167,22 +175,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db See the replica set example below for details. - - - "connectTimeoutMS" - - - How long a connection can take to be opened before timing out. - - - - - "timeout" - - - Deprecated alias for "connectTimeoutMS" - - "socketTimeoutMS" @@ -198,6 +190,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db + + + "timeout" + + + Deprecated alias for "connectTimeoutMS" + + "username"