svn: /phpdoc/fr/trunk/reference/ bzip2/functions/bzopen.xml calendar/functions/cal-from-jd.xml com/functions/com-load-typelib.xml com/functions/variant-round.xml oci8/book.xml oci8/constants.xml sem/functions/msg-get-queue.xml sem/functions/shm-attach.xml xml/functions/xml-get-current-byte-index.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Wed, 25 Nov 2020 03:09:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351632
Log:
Fix XML errors, again
Changed paths:
U phpdoc/fr/trunk/reference/bzip2/functions/bzopen.xml
U phpdoc/fr/trunk/reference/calendar/functions/cal-from-jd.xml
U phpdoc/fr/trunk/reference/com/functions/com-load-typelib.xml
U phpdoc/fr/trunk/reference/com/functions/variant-round.xml
U phpdoc/fr/trunk/reference/oci8/book.xml
U phpdoc/fr/trunk/reference/oci8/constants.xml
U phpdoc/fr/trunk/reference/sem/functions/msg-get-queue.xml
U phpdoc/fr/trunk/reference/sem/functions/shm-attach.xml
U phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml
svn-diffs-351632.txt
(text/x-diff, 8.7 KB)
Modified: phpdoc/fr/trunk/reference/bzip2/functions/bzopen.xml
===================================================================
--- phpdoc/fr/trunk/reference/bzip2/functions/bzopen.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/bzip2/functions/bzopen.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -2,7 +2,6 @@
<!-- $Revision$ -->
<!-- EN-Revision: 351552 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.bzopen" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>bzopen</refname>
@@ -13,6 +12,7 @@
<methodsynopsis>
<type class="union"><type>resource</type><type>false</type></type><methodname>bzopen</methodname>
<methodparam><type class="union"><type>string</type><type>resource</type></type><parameter>file</parameter></methodparam>
+ <methodparam><type>string</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
<function>bzopen</function> ouvre un fichier bzip2 (<filename>.bz2</filename>)
Modified: phpdoc/fr/trunk/reference/calendar/functions/cal-from-jd.xml
===================================================================
--- phpdoc/fr/trunk/reference/calendar/functions/cal-from-jd.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/calendar/functions/cal-from-jd.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -2,7 +2,7 @@
<!-- $Revision$ -->
<!-- EN-Revision: 351553 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-<refentry xml:id='function.cal-from-jd' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.cal-from-jd" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>cal_from_jd</refname>
<refpurpose>Convertit le nombre de jours Julien en un calendrier spécifique</refpurpose>
Modified: phpdoc/fr/trunk/reference/com/functions/com-load-typelib.xml
===================================================================
--- phpdoc/fr/trunk/reference/com/functions/com-load-typelib.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/com/functions/com-load-typelib.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -2,7 +2,7 @@
<!-- $Revision$ -->
<!-- EN-Revision: 351554 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-<refentry xml:id='function.com-load-typelib' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.com-load-typelib" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>com_load_typelib</refname>
<refpurpose>Charge un Typelib</refpurpose>
Modified: phpdoc/fr/trunk/reference/com/functions/variant-round.xml
===================================================================
--- phpdoc/fr/trunk/reference/com/functions/variant-round.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/com/functions/variant-round.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -12,6 +12,7 @@
<methodsynopsis>
<type class="union"><type>variant</type><type>null</type></type><methodname>variant_round</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
+ <methodparam><type>int</type><parameter>decimals</parameter></methodparam>
</methodsynopsis>
<para>
Retourne la valeur de <parameter>value</parameter> arrondi à
Modified: phpdoc/fr/trunk/reference/oci8/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/book.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/oci8/book.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -11,13 +11,12 @@
<preface xml:id="intro.oci8">
&reftitle.intro;
<para>
- Ces fonctions vous permettent d'accéder aux bases de données Oracle 19c, 18c, 12<emphasis>c</emphasis>,
- 11<emphasis>g</emphasis>, 10<emphasis>g</emphasis>, 9<emphasis>i</emphasis>
- et 8<emphasis>i</emphasis>. Elles supportent les commandes SQL et PL/SQL. Les fonctions de base
+ Ces fonctions vous permettent d'accéder aux bases de données Oracle 19c, 18c, 12<emphasis>c</emphasis>.
+ Elles supportent les commandes SQL et PL/SQL. Les fonctions de base
incluent le contrôle de transaction, la liaison de variables PHP avec des
- conteneurs Oracle, le support des types de grands objets (LOB) et des
+ conteneurs Oracle, le support des types de grands objets (LOB) et des
collections. Les fonctions d'extensibilité de Oracle, telles que de Database
- Resident Connection Pooling (DRCP) et le cache de résultats sont aussi
+ Resident Connection Pooling (DRCP) et le cache de résultats sont aussi
supportés.
</para>
</preface>
Modified: phpdoc/fr/trunk/reference/oci8/constants.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/constants.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/oci8/constants.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -84,7 +84,7 @@
Mode alternatif pour <function>oci_fetch_all</function>.
</entry>
</row>
- <row xml:id="constant.oci-lob-buffer-free">
+ <row xml:id="constant.ocilob-buffer-free">
<entry><constant>OCI_LOB_BUFFER_FREE</constant></entry>
<entry>
Utilisé avec <xref linkend="oci-lob.flush"/> pour libérer
Modified: phpdoc/fr/trunk/reference/sem/functions/msg-get-queue.xml
===================================================================
--- phpdoc/fr/trunk/reference/sem/functions/msg-get-queue.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/sem/functions/msg-get-queue.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -2,7 +2,7 @@
<!-- $Revision$ -->
<!-- EN-Revision: 351509 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.msg-get-queue">
+<refentry xml:id="function.msg-get-queue" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msg_get_queue</refname>
<refpurpose>Crée ou s'attache à une file de messages</refpurpose>
Modified: phpdoc/fr/trunk/reference/sem/functions/shm-attach.xml
===================================================================
--- phpdoc/fr/trunk/reference/sem/functions/shm-attach.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/sem/functions/shm-attach.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -76,34 +76,32 @@
<refsect1 role="changelog">
&reftitle.changelog;
- <para>
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>&Version;</entry>
- <entry>&Description;</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>8.0.0</entry>
- <entry>
- En cas de succès, cette fonction retourne une instance de
- <classname>SysvSharedMemory</classname> désormais; auparavant; une
- <type>resource</type> était retourné.
- </entry>
- </row>
- <row>
- <entry>8.0.0</entry>
- <entry>
- <parameter>size</parameter> est désormais nullable.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ En cas de succès, cette fonction retourne une instance de
+ <classname>SysvSharedMemory</classname> désormais; auparavant; une
+ <type>resource</type> était retourné.
+ </entry>
+ </row>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>size</parameter> est désormais nullable.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
</refsect1>
<refsect1 role="seealso">
Modified: phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml 2020-11-25 03:04:44 UTC (rev 351631)
+++ phpdoc/fr/trunk/reference/xml/functions/xml-get-current-byte-index.xml 2020-11-25 03:09:45 UTC (rev 351632)
@@ -42,6 +42,16 @@
</para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <warning>
+ <para>
+ Cette fonction retourne l'index de l'octet en accord avec le
+ texte encodé UTF-8 même si l'entrée est dans un autre encodage.
+ </para>
+ </warning>
+ </refsect1>
+
<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
@@ -59,15 +69,6 @@
</informaltable>
</refsect1>
- <refsect1 role="notes">
- &reftitle.notes;
- <warning>
- <para>
- Cette fonction retourne l'index de l'octet en accord avec le
- texte encodé UTF-8 même si l'entrée est dans un autre encodage.
- </para>
- </warning>
- </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>