svn: /phpdoc/ja/trunk/reference/mbstring/functions/ mb-convert-encoding.xml mb-encode-numericentity.xml
[email protected] (Yoshinari Takaoka) Sat, 12 Dec 2020 18:42:49 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 12 Dec 2020 18:42:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352040
Log:
Fix order of sections
Also, one example section is enough.
Changed paths:
U phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-encoding.xml
U phpdoc/ja/trunk/reference/mbstring/functions/mb-encode-numericentity.xml
Modified: phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-encoding.xml
===================================================================
--- phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-encoding.xml 2020-12-12 18:37:12 UTC (rev 352039)
+++ phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-encoding.xml 2020-12-12 18:42:49 UTC (rev 352040)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 352028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352035 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.mb-convert-encoding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -72,6 +72,36 @@
</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> は、nullable になりました。
+ </entry>
+ </row>
+ <row>
+ <entry>7.2.0</entry>
+ <entry>
+ この関数は、 <parameter>string</parameter> に
+ 配列を受け入れるようになりました。
+ これより前のバージョンでは、文字列のみがサポートされていました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -106,36 +136,6 @@
</simplelist>
</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> は、nullable になりました。
- </entry>
- </row>
- <row>
- <entry>7.2.0</entry>
- <entry>
- この関数は、 <parameter>string</parameter> に
- 配列を受け入れるようになりました。
- これより前のバージョンでは、文字列のみがサポートされていました。
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/mbstring/functions/mb-encode-numericentity.xml
===================================================================
--- phpdoc/ja/trunk/reference/mbstring/functions/mb-encode-numericentity.xml 2020-12-12 18:37:12 UTC (rev 352039)
+++ phpdoc/ja/trunk/reference/mbstring/functions/mb-encode-numericentity.xml 2020-12-12 18:42:49 UTC (rev 352040)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 352028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352035 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu -->
<refentry xml:id="function.mb-encode-numericentity" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -69,6 +69,23 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &mbstring.changelog.encoding-nullable;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -90,10 +107,6 @@
</programlisting>
</example>
</para>
- </refsect1>
-
- <refsect1 role="examples">
- &reftitle.examples;
<para>
<example>
<title><function>mb_encode_numericentity</function> の例</title>
@@ -125,23 +138,6 @@
</para>
</refsect1>
- <refsect1 role="changelog">
- &reftitle.changelog;
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>&Version;</entry>
- <entry>&Description;</entry>
- </row>
- </thead>
- <tbody>
- &mbstring.changelog.encoding-nullable;
- </tbody>
- </tgroup>
- </informaltable>
- </refsect1>
-
<refsect1 role="seealso">
&reftitle.seealso;
<para>