com doc/fr: Apply commit 16152718af3ee6705afde07c3f9cdd4ffb098463: reference/intl/functions/intl-error-name.xml reference/intl/functions/intl-is-failure.xml
[email protected] (George Peter Banyard) Wed, 17 Feb 2021 03:53:37 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 017776a3f563f05a02b64120192526094f6ca8f3 Author: George Peter Banyard <[email protected]> Wed, 17 Feb 2021 03:53:37 +0000 Parents: 894baf38706eadf8c30bcba33b42289699006dd7 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=017776a3f563f05a02b64120192526094f6ca8f3 Log: Apply commit 16152718af3ee6705afde07c3f9cdd4ffb098463 Generate intl function methodsynopses Changed paths: M reference/intl/functions/intl-error-name.xml M reference/intl/functions/intl-is-failure.xml Diff: diff --git a/reference/intl/functions/intl-error-name.xml b/reference/intl/functions/intl-error-name.xml index 362c451f5f..67c7382600 100755 --- a/reference/intl/functions/intl-error-name.xml +++ b/reference/intl/functions/intl-error-name.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: dams Status: ready --> +<!-- EN-Revision: 16152718af3ee6705afde07c3f9cdd4ffb098463 Maintainer: dams Status: ready --> <!-- Reviewed: no --> <refentry xml:id="function.intl-error-name"> @@ -12,9 +12,8 @@ <refsect1 role="description"> &reftitle.description; <methodsynopsis> - <type>string</type> - <methodname>intl_error_name</methodname> - <methodparam><type>int</type><parameter>error_code</parameter></methodparam> + <type>string</type><methodname>intl_error_name</methodname> + <methodparam><type>int</type><parameter>errorCode</parameter></methodparam> </methodsynopsis> <para> Retourne le nom du code d'erreur ICU. @@ -26,7 +25,7 @@ <para> <variablelist> <varlistentry> - <term><parameter>error_code</parameter></term> + <term><parameter>errorCode</parameter></term> <listitem> <para> Le code d'erreur ICU. diff --git a/reference/intl/functions/intl-is-failure.xml b/reference/intl/functions/intl-is-failure.xml index a500bf0964..8ab1474682 100755 --- a/reference/intl/functions/intl-is-failure.xml +++ b/reference/intl/functions/intl-is-failure.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 14af302c9c0e561fa6f9cdd956268758ba9a89c5 Maintainer: dams Status: ready --> +<!-- EN-Revision: 16152718af3ee6705afde07c3f9cdd4ffb098463 Maintainer: dams Status: ready --> <!-- Reviewed: no --> <refentry xml:id="function.intl-is-failure"> @@ -12,9 +12,8 @@ <refsect1 role="description"> &reftitle.description; <methodsynopsis> - <type>bool</type> - <methodname>intl_is_failure</methodname> - <methodparam><type>int</type><parameter>error_code</parameter></methodparam> + <type>bool</type><methodname>intl_is_failure</methodname> + <methodparam><type>int</type><parameter>errorCode</parameter></methodparam> </methodsynopsis> <para> <!-- description goes here --> @@ -26,7 +25,7 @@ <para> <variablelist> <varlistentry> - <term><parameter>error_code</parameter></term> + <term><parameter>errorCode</parameter></term> <listitem> <para> une valeur retournée par une des fonctions @@ -90,7 +89,6 @@ true </para> </refsect1> </refentry> - <!-- Keep this comment at the end of the file Local variables: mode: sgml