From 9c99212a0b33dc8ca0ff9fdc825febf1ca0b0fbf Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 28 Nov 2012 17:38:01 +0000 Subject: [PATCH] Fix the value of the constants in the description too git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328537 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongoclient.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/mongo/mongoclient.xml b/reference/mongo/mongoclient.xml index 9543b0aac6..27e22a0356 100644 --- a/reference/mongo/mongoclient.xml +++ b/reference/mongo/mongoclient.xml @@ -166,7 +166,7 @@ $db = $m->foo; // get the database named "foo" MongoClient::RP_PRIMARY - 0 + "primary" Read preference for the @@ -176,7 +176,7 @@ $db = $m->foo; // get the database named "foo" MongoClient::RP_PRIMARY_PREFERRED - 1 + "primaryPreferred" Read preference for @@ -186,7 +186,7 @@ $db = $m->foo; // get the database named "foo" MongoClient::RP_SECONDARY - 2 + "secondary" Read preference for a @@ -196,7 +196,7 @@ $db = $m->foo; // get the database named "foo" MongoClient::RP_SECONDARY_PREFERRED - 3 + "secondaryPreferred" Read preference for @@ -206,7 +206,7 @@ $db = $m->foo; // get the database named "foo" MongoClient::RP_NEAREST - 4 + "nearest" Read preference for the