From 039bd1d774c342e1ea40cdd512ffba2d832efa09 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 28 Nov 2012 02:59:27 +0000 Subject: [PATCH] The constants where changed to be strings just before the release git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328516 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongoclient.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/mongo/mongoclient.xml b/reference/mongo/mongoclient.xml index 7b204d8ad8..9543b0aac6 100644 --- a/reference/mongo/mongoclient.xml +++ b/reference/mongo/mongoclient.xml @@ -69,33 +69,33 @@ $db = $m->foo; // get the database named "foo" const - int + string MongoClient::RP_PRIMARY - 0 + "primary" const - int + string MongoClient::RP_PRIMARY_PREFERRED - 1 + "primaryPreferred" const - int + string MongoClient::RP_SECONDARY - 2 + "secondary" const - int + string MongoClient::RP_SECONDARY_PREFERRED - 3 + "secondaryPreferred" const - int + string MongoClient::RP_NEAREST - 4 + "nearest" &Properties;