Skip to content

Commit 0e33646

Browse files
committed
Fix Example section, Notes section before changelog
php/doc-en@6c550e6
1 parent f2f3a76 commit 0e33646

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

reference/mbstring/functions/mb-strtolower.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 398329d3c680e8eccd694a6a3f7fe1ebd929ea80 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 6c550e6d0c8139a0086095ef1db0ac6e08716e1f Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<refentry xml:id="function.mb-strtolower" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -49,6 +49,30 @@
4949
</para>
5050
</refsect1>
5151

52+
<refsect1 role="changelog">
53+
&reftitle.changelog;
54+
<para>
55+
<informaltable>
56+
<tgroup cols="2">
57+
<thead>
58+
<row>
59+
<entry>&Version;</entry>
60+
<entry>&Description;</entry>
61+
</row>
62+
</thead>
63+
<tbody>
64+
<row>
65+
<entry>8.3.0</entry>
66+
<entry>
67+
ギリシャ文字のシグマ向けに、条件付きのケースルールが実装されました。
68+
</entry>
69+
</row>
70+
</tbody>
71+
</tgroup>
72+
</informaltable>
73+
</para>
74+
</refsect1>
75+
5276
<refsect1 role="examples">
5377
&reftitle.examples;
5478
<para>
@@ -97,30 +121,6 @@ echo $str; // 結果は τάχιστη αλώπηξ βαφής ψημένη γη
97121
</para>
98122
</refsect1>
99123

100-
<refsect1 role="changelog">
101-
&reftitle.changelog;
102-
<para>
103-
<informaltable>
104-
<tgroup cols="2">
105-
<thead>
106-
<row>
107-
<entry>&Version;</entry>
108-
<entry>&Description;</entry>
109-
</row>
110-
</thead>
111-
<tbody>
112-
<row>
113-
<entry>8.3.0</entry>
114-
<entry>
115-
ギリシャ文字のシグマ向けに、条件付きのケースルールが実装されました。
116-
</entry>
117-
</row>
118-
</tbody>
119-
</tgroup>
120-
</informaltable>
121-
</para>
122-
</refsect1>
123-
124124
<refsect1 role="seealso">
125125
&reftitle.seealso;
126126
<para>

0 commit comments

Comments
 (0)