svn: /phpdoc/fr/trunk/reference/ gmp/functions/gmp-divexact.xml gmp/functions/gmp-init.xml mbstring/functions/mb-convert-encoding.xml mbstring/functions/mb-detect-encoding.xml

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Mon, 14 Dec 2020 01:36:50 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352058

Log:
Fix build

Changed paths:
    U   phpdoc/fr/trunk/reference/gmp/functions/gmp-divexact.xml
    U   phpdoc/fr/trunk/reference/gmp/functions/gmp-init.xml
    U   phpdoc/fr/trunk/reference/mbstring/functions/mb-convert-encoding.xml
    U   phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml

Modified: phpdoc/fr/trunk/reference/gmp/functions/gmp-divexact.xml
===================================================================
--- phpdoc/fr/trunk/reference/gmp/functions/gmp-divexact.xml	2020-12-14 00:48:48 UTC (rev 352057)
+++ phpdoc/fr/trunk/reference/gmp/functions/gmp-divexact.xml	2020-12-14 01:36:50 UTC (rev 352058)
@@ -12,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>GMP</type><methodname>gmp_divexact</methodname>
-   +   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num1</parameter></methodparam>
-   +   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num2</parameter></methodparam>
+   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num1</parameter></methodparam>
+   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num2</parameter></methodparam>
   </methodsynopsis>
   <para>
    Divise <parameter>num1</parameter> par <parameter>num2</parameter>,

Modified: phpdoc/fr/trunk/reference/gmp/functions/gmp-init.xml
===================================================================
--- phpdoc/fr/trunk/reference/gmp/functions/gmp-init.xml	2020-12-14 00:48:48 UTC (rev 352057)
+++ phpdoc/fr/trunk/reference/gmp/functions/gmp-init.xml	2020-12-14 01:36:50 UTC (rev 352058)
@@ -11,9 +11,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   +   <type class="union"><type>GMP</type><type>false</type></type><methodname>gmp_invert</methodname>
-   +   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num1</parameter></methodparam>
-   +   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num2</parameter></methodparam>
+   <type class="union"><type>GMP</type><type>false</type></type><methodname>gmp_invert</methodname>
+   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num1</parameter></methodparam>
+   <methodparam><type class="union"><type>GMP</type><type>int</type><type>string</type></type><parameter>num2</parameter></methodparam>
   </methodsynopsis>
   <para>
    Crée un nombre GMP, à partir d'un entier ou d'une chaîne.

Modified: phpdoc/fr/trunk/reference/mbstring/functions/mb-convert-encoding.xml
===================================================================
--- phpdoc/fr/trunk/reference/mbstring/functions/mb-convert-encoding.xml	2020-12-14 00:48:48 UTC (rev 352057)
+++ phpdoc/fr/trunk/reference/mbstring/functions/mb-convert-encoding.xml	2020-12-14 01:36:50 UTC (rev 352058)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348104 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352028 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="function.mb-convert-encoding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -11,16 +11,16 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>mb_convert_encoding</methodname>
-   <methodparam><type>mixed</type><parameter>val</parameter></methodparam>
+   <type class="union"><type>array</type><type>string</type><type>false</type></type><methodname>mb_convert_encoding</methodname>
+   <methodparam><type class="union"><type>array</type><type>string</type></type><parameter>string</parameter></methodparam>
    <methodparam><type>string</type><parameter>to_encoding</parameter></methodparam>
-   <methodparam choice="opt"><type>mixed</type><parameter>from_encoding</parameter><initializer>mb_internal_encoding()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>string</type><type>null</type></type><parameter>from_encoding</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
-   Convertit l'encodage de caractères de <parameter>val</parameter> en
+   Convertit l'encodage de caractères de <parameter>string</parameter> en
    <parameter>to_encoding</parameter>
-   optionellement depuis <parameter>from_encoding</parameter>.
-   Si <parameter>val</parameter> est un &array;, toutes ses valeurs &string;
+   optionnellement depuis <parameter>from_encoding</parameter>.
+   Si <parameter>string</parameter> est un &array;, toutes ses valeurs &string;
    seront convertit récursivement.
   </para>
  </refsect1>
@@ -41,7 +41,7 @@
      <term><parameter>to_encoding</parameter></term>
      <listitem>
       <para>
-       Le type d'encodage auquel <parameter>val</parameter> est converti.
+       Le type d'encodage auquel <parameter>string</parameter> est converti.
       </para>
      </listitem>
     </varlistentry>
@@ -67,10 +67,40 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   La &string; ou &array; encodé.
+   La &string; ou &array; encodé en cas de succès, &return.falseforfailure;.
   </para>
  </refsect1>
-
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       <parameter>from_encoding</parameter> est désormais nullable.
+      </entry>
+     </row>
+     <row>
+      <entry>7.2.0</entry>
+      <entry>
+       Cette fonction accepte désormais un &array; en tant que
+       <parameter>string</parameter>.
+       Auparavant, seulement les &string; étaient supportées.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -107,30 +137,6 @@
   </para>
  </refsect1>

- <refsect1 role="changelog">
-  &reftitle.changelog;
-  <informaltable>
-   <tgroup cols="2">
-    <thead>
-     <row>
-      <entry>&Version;</entry>
-      <entry>&Description;</entry>
-     </row>
-    </thead>
-    <tbody>
-     <row>
-      <entry>7.2.0</entry>
-      <entry>
-       Cette fonction accepte désormais un &array; en tant que
-       <parameter>val</parameter>.
-       Auparavant, seulement les &string; étaient supportées.
-      </entry>
-     </row>
-    </tbody>
-   </tgroup>
-  </informaltable>
- </refsect1>
-
 </refentry>
 <!-- Keep this comment at the end of the file
 Local variables:

Modified: phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml
===================================================================
--- phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml	2020-12-14 00:48:48 UTC (rev 352057)
+++ phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml	2020-12-14 01:36:50 UTC (rev 352058)
@@ -11,7 +11,6 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>mb_detect_encoding</methodname>
    <type class="union"><type>string</type><type>false</type></type><methodname>mb_detect_encoding</methodname>
    <methodparam><type>string</type><parameter>string</parameter></methodparam>
    <methodparam choice="opt"><type class="union"><type>array</type><type>string</type><type>null</type></type><parameter>encodings</parameter><initializer>&null;</initializer></methodparam>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.