hirokawa Sun Mar 10 03:50:31 2002 EDT
Modified files:
/phpdoc/ja/functions mbstring.xml
Log:
added description about function overload.
Index: phpdoc/ja/functions/mbstring.xml
diff -u phpdoc/ja/functions/mbstring.xml:1.18 phpdoc/ja/functions/mbstring.xml:1.19
--- phpdoc/ja/functions/mbstring.xml:1.18 Sun Mar 10 01:24:01 2002
+++ phpdoc/ja/functions/mbstring.xml Sun Mar 10 03:50:30 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<reference id="ref.mbstring">
<title>マルチバイト文字列関数(mbstring)</title>
<titleabbrev>
@@ -492,53 +492,53 @@
<tbody>
<row>
<entry>1</entry>
- <entry>mail()</entry>
- <entry>mb_send_mail()</entry>
- </row>
- <row>
- <entry>2</entry>
- <entry>strlen()</entry>
- <entry>mb_strlen()</entry>
- </row>
- <row>
- <entry>2</entry>
- <entry>strpos()</entry>
- <entry>mb_strpos()</entry>
- </row>
- <row>
- <entry>2</entry>
- <entry>strrpos()</entry>
- <entry>mb_strrpos()</entry>
- </row>
- <row>
- <entry>2</entry>
- <entry>substr()</entry>
- <entry>mb_substr()</entry>
- </row>
- <row>
- <entry>4</entry>
- <entry>ereg()</entry>
- <entry>mb_ereg()</entry>
- </row>
- <row>
- <entry>4</entry>
- <entry>eregi()</entry>
- <entry>mb_eregi()</entry>
- </row>
- <row>
- <entry>4</entry>
- <entry>ereg_replace()</entry>
- <entry>mb_ereg_replace()</entry>
- </row>
- <row>
- <entry>4</entry>
- <entry>eregi_replace()</entry>
- <entry>mb_eregi_replace()</entry>
- </row>
- <row>
- <entry>4</entry>
- <entry>split()</entry>
- <entry>mb_split()</entry>
+ <entry><function>mail</function></entry>
+ <entry><function>mb_send_mail</function></entry>
+ </row>
+ <row>
+ <entry>2</entry>
+ <entry><function>strlen</function></entry>
+ <entry><function>mb_strlen</function></entry>
+ </row>
+ <row>
+ <entry>2</entry>
+ <entry><function>strpos</function></entry>
+ <entry><function>mb_strpos</function></entry>
+ </row>
+ <row>
+ <entry>2</entry>
+ <entry><function>strrpos</function></entry>
+ <entry><function>mb_strrpos</function></entry>
+ </row>
+ <row>
+ <entry>2</entry>
+ <entry><function>substr</function></entry>
+ <entry><function>mb_substr</function></entry>
+ </row>
+ <row>
+ <entry>4</entry>
+ <entry><function>ereg</function></entry>
+ <entry><function>mb_ereg</function></entry>
+ </row>
+ <row>
+ <entry>4</entry>
+ <entry><function>eregi</function></entry>
+ <entry><function>mb_eregi</function></entry>
+ </row>
+ <row>
+ <entry>4</entry>
+ <entry><function>ereg_replace</function></entry>
+ <entry><function>mb_ereg_replace</function></entry>
+ </row>
+ <row>
+ <entry>4</entry>
+ <entry><function>eregi_replace</function></entry>
+ <entry><function>mb_eregi_replace</function></entry>
+ </row>
+ <row>
+ <entry>4</entry>
+ <entry><function>split</function></entry>
+ <entry><function>mb_split</function></entry>
</row>
</tbody>
</tgroup>