svn: /phpdoc/fr/trunk/reference/mysqli/mysqli/ options.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 30 Nov 2020 02:36:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351771
Log:
Sync mysqli options with English revision.
Changed paths:
U phpdoc/fr/trunk/reference/mysqli/mysqli/options.xml
Modified: phpdoc/fr/trunk/reference/mysqli/mysqli/options.xml
===================================================================
--- phpdoc/fr/trunk/reference/mysqli/mysqli/options.xml 2020-11-30 02:32:06 UTC (rev 351770)
+++ phpdoc/fr/trunk/reference/mysqli/mysqli/options.xml 2020-11-30 02:36:14 UTC (rev 351771)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351425 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 351748 Maintainer: jpauli Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="mysqli.options" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::options</refname>
@@ -60,7 +59,7 @@
<tbody>
<row>
<entry><constant>MYSQLI_OPT_CONNECT_TIMEOUT</constant></entry>
- <entry>délai maximal de la connexion en secondes</entry>
+ <entry>Délai maximal de la connexion en secondes</entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_READ_TIMEOUT</constant></entry>
@@ -69,17 +68,22 @@
</row>
<row>
<entry><constant>MYSQLI_OPT_LOCAL_INFILE</constant></entry>
- <entry>active/désactive l'utilisation de <literal>LOAD LOCAL INFILE</literal></entry>
+ <entry>Active/désactive l'utilisation de <literal>LOAD LOCAL INFILE</literal></entry>
</row>
<row>
<entry><constant>MYSQLI_INIT_COMMAND</constant></entry>
- <entry>commande à exécuter après la connexion au serveur MySQL</entry>
+ <entry>Commande à exécuter après la connexion au serveur MySQL</entry>
</row>
<row>
+ <entry><constant>MYSQLI_SET_CHARSET_NAME</constant></entry>
+ <entry>Le jeu de caractère à définir par défaut.</entry>
+ </row>
+ <row>
<entry><constant>MYSQLI_READ_DEFAULT_FILE</constant></entry>
<entry>
Lit les options depuis le nom de l'option plutôt que du fichier
<filename>my.cnf</filename>
+ Pas supporté par mysqlnd
</entry>
</row>
<row>
@@ -87,6 +91,7 @@
<entry>
Lit les options du groupe depuis <filename>my.cnf</filename>
ou depuis le fichier spécifié avec <constant>MYSQL_READ_DEFAULT_FILE</constant>.
+ Pas supporté par mysqlnd
</entry>
</row>
<row>
@@ -94,7 +99,6 @@
<entry>
Fichier contenant la clé publique RSA utilisée avec l'authentification
basée sur SHA-256.
- Disponible à partir de PHP 5.5.0.
</entry>
</row>
<row>
@@ -102,7 +106,6 @@
<entry>
La taille du buffer interne de commande/réseau. Uniquement valide
pour mysqlnd.
- Disponible à partir de PHP 5.3.0.
</entry>
</row>
<row>
@@ -117,13 +120,12 @@
<entry>
Convertie les colonnes entières et à virgules flottantes en nombre
PHP. Uniquement valide pour mysqlnd.
- Disponible à partir de PHP 5.3.0.
</entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_SSL_VERIFY_SERVER_CERT</constant></entry>
<entry>
- Disponible à partir de PHP 5.3.0.
+ Si le certificat de serveur doit être vérifier ou non.
</entry>
</row>
</tbody>