moriyoshi               Fri Nov 15 15:12:08 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mbstring       reference.xml 
  Log:
  Updated overloaded function table
  
  
Index: phpdoc/en/reference/mbstring/reference.xml
diff -u phpdoc/en/reference/mbstring/reference.xml:1.6 
phpdoc/en/reference/mbstring/reference.xml:1.7
--- phpdoc/en/reference/mbstring/reference.xml:1.6      Tue Sep 17 12:56:29 2002
+++ phpdoc/en/reference/mbstring/reference.xml  Fri Nov 15 15:12:08 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <reference id="ref.mbstring">
   <title>Multi-Byte String Functions</title> 
   <titleabbrev>Multi-Byte String</titleabbrev>
@@ -432,6 +432,21 @@
           <entry>2</entry>
           <entry><function>substr</function></entry>
           <entry><function>mb_substr</function></entry>
+         </row>
+         <row>
+          <entry>2</entry>
+          <entry><function>strtolower</function></entry>
+          <entry><function>mb_strtolower</function></entry>
+         </row>
+         <row>
+          <entry>2</entry>
+          <entry><function>strtoupper</function></entry>
+          <entry><function>mb_strtoupper</function></entry>
+         </row>
+         <row>
+          <entry>2</entry>
+          <entry><function>substr_count</function></entry>
+          <entry><function>mb_substr_count</function></entry>
          </row>
          <row>
           <entry>4</entry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to