com doc/ja: Generate intl function methodsynopses: reference/intl/functions/intl-error-name.xml reference/intl/functions/intl-is-failure.xml

[email protected] (Yoshinari Takaoka) Sat, 13 Feb 2021 17:48:56 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    c31f49fde1edfa003bec113efeca802fa5d2f07b
Author:    Yoshinari Takaoka <[email protected]>         Sun, 14 Feb 2021 02:48:56 +0900
Parents:   cc2a7934295c538e8236a977917074594957a6d3
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=c31f49fde1edfa003bec113efeca802fa5d2f07b

Log:
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 cc9f8bbf6e..5b84fa9eec 100644
--- 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: takagi Status: ready -->
+<!-- EN-Revision: 16152718af3ee6705afde07c3f9cdd4ffb098463 Maintainer: takagi Status: ready -->
 <refentry xml:id="function.intl-error-name">
  <refnamediv>
   <refname>intl_error_name</refname>
@@ -10,9 +10,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>
    ICU のエラーコード名を返します。
@@ -24,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>error_code</parameter></term>
+     <term><parameter>errorCode</parameter></term>
      <listitem>
       <para>
        ICU のエラーコード。
diff --git a/reference/intl/functions/intl-is-failure.xml b/reference/intl/functions/intl-is-failure.xml
index de17aa3c0b..c433b1bbd3 100644
--- 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: takagi Status: ready -->
+<!-- EN-Revision: 16152718af3ee6705afde07c3f9cdd4ffb098463 Maintainer: takagi Status: ready -->
 <refentry xml:id="function.intl-is-failure">
  <refnamediv>
   <refname>intl_is_failure</refname>
@@ -10,9 +10,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 -->
@@ -24,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>error_code</parameter></term>
+     <term><parameter>errorCode</parameter></term>
      <listitem>
       <para>
        <function>intl_get_error_code</function> や
@@ -89,7 +88,6 @@ true
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
  Local variables:
  mode: sgml