svn: /phpdoc/ja/trunk/reference/mbstring/functions/ mb-convert-case.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Tue, 10 Mar 2020 22:52:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349374
Log:
Added changelog documentation to mb_convert_case()
Patch by thg2k.
Changed paths:
U phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-case.xml
Modified: phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-case.xml
===================================================================
--- phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-case.xml 2020-03-10 20:52:39 UTC (rev 349373)
+++ phpdoc/ja/trunk/reference/mbstring/functions/mb-convert-case.xml 2020-03-10 22:52:56 UTC (rev 349374)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345714 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349373 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.mb-convert-case" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -44,8 +44,8 @@
<constant>MB_CASE_LOWER</constant>,
<constant>MB_CASE_TITLE</constant>,
<constant>MB_CASE_FOLD</constant>,
+ <constant>MB_CASE_UPPER_SIMPLE</constant>,
<constant>MB_CASE_LOWER_SIMPLE</constant>,
- <constant>MB_CASE_UPPER_SIMPLE</constant>,
<constant>MB_CASE_TITLE_SIMPLE</constant>,
<constant>MB_CASE_FOLD_SIMPLE</constant>
</para>
@@ -86,6 +86,35 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.3.0</entry>
+ <entry>
+ <parameter>mode</parameter> に
+ <constant>MB_CASE_FOLD</constant>,
+ <constant>MB_CASE_UPPER_SIMPLE</constant>,
+ <constant>MB_CASE_LOWER_SIMPLE</constant>,
+ <constant>MB_CASE_TITLE_SIMPLE</constant>,
+ <constant>MB_CASE_FOLD_SIMPLE</constant> のサポートが追加されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>