Skip to content

Commit

Permalink
Sync mongodb with EN (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan2Shrek authored Feb 27, 2025
1 parent 69a7e36 commit 7d4ec88
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 15 deletions.
11 changes: 9 additions & 2 deletions reference/mongodb/mongodb/driver/manager/executebulkwrite.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 80693438668530525ea2a78defbfc9bb218c3b1c Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 51ea49d0a56569458483a36478f6e5571a59bdc8 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="mongodb-driver-manager.executebulkwrite" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand All @@ -13,7 +13,7 @@
<modifier>final</modifier> <modifier>public</modifier> <type>MongoDB\Driver\WriteResult</type><methodname>MongoDB\Driver\Manager::executeBulkWrite</methodname>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
<methodparam><type>MongoDB\Driver\BulkWrite</type><parameter>bulk</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>MongoDB\Driver\WriteConcern</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Exécute une ou plusieurs opérations d'écriture sur le serveur primaire.
Expand Down Expand Up @@ -93,6 +93,13 @@
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.21.0</entry>
<entry>
Passer un objet <classname>MongoDB\Driver\WriteConcern</classname> en tant
qu'<parameter>options</parameter> est obsolète et sera supprimé dans la 2.0.
</entry>
</row>
<row>
<entry>PECL mongodb 1.4.4</entry>
<entry>
Expand Down
11 changes: 9 additions & 2 deletions reference/mongodb/mongodb/driver/manager/executecommand.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 80693438668530525ea2a78defbfc9bb218c3b1c Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 51ea49d0a56569458483a36478f6e5571a59bdc8 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="mongodb-driver-manager.executecommand" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand All @@ -13,7 +13,7 @@
<modifier>final</modifier> <modifier>public</modifier> <type>MongoDB\Driver\Cursor</type><methodname>MongoDB\Driver\Manager::executeCommand</methodname>
<methodparam><type>string</type><parameter>db</parameter></methodparam>
<methodparam><type>MongoDB\Driver\Command</type><parameter>command</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>MongoDB\Driver\ReadPreference</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Sélectionne un serveur en fonction de l'option <literal>"readPreference"</literal>
Expand Down Expand Up @@ -96,6 +96,13 @@
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.21.0</entry>
<entry>
Passer un objet <classname>MongoDB\Driver\ReadPreference</classname> en tant
qu'<parameter>options</parameter> est obsolète et sera supprimé dans la 2.0.
</entry>
</row>
<row>
<entry>PECL mongodb 1.4.4</entry>
<entry>
Expand Down
11 changes: 9 additions & 2 deletions reference/mongodb/mongodb/driver/manager/executequery.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 80693438668530525ea2a78defbfc9bb218c3b1c Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 51ea49d0a56569458483a36478f6e5571a59bdc8 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="mongodb-driver-manager.executequery" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand All @@ -13,7 +13,7 @@
<modifier>final</modifier> <modifier>public</modifier> <type>MongoDB\Driver\Cursor</type><methodname>MongoDB\Driver\Manager::executeQuery</methodname>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
<methodparam><type>MongoDB\Driver\Query</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>MongoDB\Driver\ReadPreference</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Selectionne un serveur en fonction de l'option <literal>"readPreference"</literal>
Expand Down Expand Up @@ -83,6 +83,13 @@
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.21.0</entry>
<entry>
Passer un objet <classname>MongoDB\Driver\ReadPreference</classname> en tant
qu'<parameter>options</parameter> est obsolète et sera supprimé dans la 2.0.
</entry>
</row>
<row>
<entry>PECL mongodb 1.4.0</entry>
<entry>
Expand Down
12 changes: 9 additions & 3 deletions reference/mongodb/mongodb/driver/server/executebulkwrite.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 80693438668530525ea2a78defbfc9bb218c3b1c Maintainer: yannick Status: ready -->
<!-- EN-Revision: 51ea49d0a56569458483a36478f6e5571a59bdc8 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="mongodb-driver-server.executebulkwrite" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -15,7 +14,7 @@
<modifier>final</modifier> <modifier>public</modifier> <type>MongoDB\Driver\WriteResult</type><methodname>MongoDB\Driver\Server::executeBulkWrite</methodname>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
<methodparam><type>MongoDB\Driver\BulkWrite</type><parameter>bulk</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>MongoDB\Driver\WriteConcern</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Exécute une ou plusieurs opérations en écriture sur ce serveur.
Expand Down Expand Up @@ -95,6 +94,13 @@
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.21.0</entry>
<entry>
Passer un objet <classname>MongoDB\Driver\WriteConcern</classname> en tant
qu'<parameter>options</parameter> est obsolète et sera supprimé dans la 2.0.
</entry>
</row>
<row>
<entry>PECL mongodb 1.4.4</entry>
<entry>
Expand Down
12 changes: 9 additions & 3 deletions reference/mongodb/mongodb/driver/server/executecommand.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 80693438668530525ea2a78defbfc9bb218c3b1c Maintainer: yannick Status: ready -->
<!-- EN-Revision: 51ea49d0a56569458483a36478f6e5571a59bdc8 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="mongodb-driver-server.executecommand" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -15,7 +14,7 @@
<modifier>final</modifier> <modifier>public</modifier> <type>MongoDB\Driver\Cursor</type><methodname>MongoDB\Driver\Server::executeCommand</methodname>
<methodparam><type>string</type><parameter>db</parameter></methodparam>
<methodparam><type>MongoDB\Driver\Command</type><parameter>command</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>MongoDB\Driver\ReadPreference</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Exécute une commande sur ce serveur.
Expand Down Expand Up @@ -100,6 +99,13 @@
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.21.0</entry>
<entry>
Passer un objet <classname>MongoDB\Driver\ReadPreference</classname> en tant
qu'<parameter>options</parameter> est obsolète et sera supprimé dans la 2.0.
</entry>
</row>
<row>
<entry>PECL mongodb 1.4.4</entry>
<entry>
Expand Down
12 changes: 9 additions & 3 deletions reference/mongodb/mongodb/driver/server/executequery.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 80693438668530525ea2a78defbfc9bb218c3b1c Maintainer: yannick Status: ready -->
<!-- EN-Revision: 51ea49d0a56569458483a36478f6e5571a59bdc8 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="mongodb-driver-server.executequery" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -15,7 +14,7 @@
<modifier>final</modifier> <modifier>public</modifier> <type>MongoDB\Driver\Cursor</type><methodname>MongoDB\Driver\Server::executeQuery</methodname>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
<methodparam><type>MongoDB\Driver\Query</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>MongoDB\Driver\ReadPreference</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Exécute la requête sur ce serveur.
Expand Down Expand Up @@ -85,6 +84,13 @@
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.21.0</entry>
<entry>
Passer un objet <classname>MongoDB\Driver\ReadPreference</classname> en tant
qu'<parameter>options</parameter> est obsolète et sera supprimé dans la 2.0.
</entry>
</row>
<row>
<entry>PECL mongodb 1.4.0</entry>
<entry>
Expand Down

0 comments on commit 7d4ec88

Please sign in to comment.