mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
7a0bf3ddab
commit
9c99212a0b
1 changed files with 5 additions and 5 deletions
|
@ -166,7 +166,7 @@ $db = $m->foo; // get the database named "foo"
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="mongoclient.constants.rpprimary">
|
||||
<term><constant>MongoClient::RP_PRIMARY</constant></term>
|
||||
<term><constant>0</constant></term>
|
||||
<term><constant>"primary"</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="mongo.readpreferences">Read preference</link> for the
|
||||
|
@ -176,7 +176,7 @@ $db = $m->foo; // get the database named "foo"
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="mongoclient.constants.rpprimarypreferred">
|
||||
<term><constant>MongoClient::RP_PRIMARY_PREFERRED</constant></term>
|
||||
<term><constant>1</constant></term>
|
||||
<term><constant>"primaryPreferred"</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="mongo.readpreferences">Read preference</link> for
|
||||
|
@ -186,7 +186,7 @@ $db = $m->foo; // get the database named "foo"
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="mongoclient.constants.rpsecondary">
|
||||
<term><constant>MongoClient::RP_SECONDARY</constant></term>
|
||||
<term><constant>2</constant></term>
|
||||
<term><constant>"secondary"</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="mongo.readpreferences">Read preference</link> for a
|
||||
|
@ -196,7 +196,7 @@ $db = $m->foo; // get the database named "foo"
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="mongoclient.constants.rpsecondarypreferred">
|
||||
<term><constant>MongoClient::RP_SECONDARY_PREFERRED</constant></term>
|
||||
<term><constant>3</constant></term>
|
||||
<term><constant>"secondaryPreferred"</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="mongo.readpreferences">Read preference</link> for
|
||||
|
@ -206,7 +206,7 @@ $db = $m->foo; // get the database named "foo"
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="mongoclient.constants.rpnearest">
|
||||
<term><constant>MongoClient::RP_NEAREST</constant></term>
|
||||
<term><constant>4</constant></term>
|
||||
<term><constant>"nearest"</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="mongo.readpreferences">Read preference</link> for the
|
||||
|
|
Loading…
Reference in a new issue