nlopess Sat Feb 7 05:29:17 2004 EDT
Modified files: /phpdoc/en/reference/strings/functions strtolower.xml strtoupper.xml substr.xml Log: see also mb_xxx http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strtolower.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/strings/functions/strtolower.xml diff -u phpdoc/en/reference/strings/functions/strtolower.xml:1.4 phpdoc/en/reference/strings/functions/strtolower.xml:1.5 --- phpdoc/en/reference/strings/functions/strtolower.xml:1.4 Mon Dec 15 11:53:50 2003 +++ phpdoc/en/reference/strings/functions/strtolower.xml Sat Feb 7 05:29:16 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.strtolower"> <refnamediv> @@ -34,9 +34,8 @@ </programlisting> </example> <para> - See also <function>strtoupper</function>, - <function>ucfirst</function>, - and <function>ucwords</function>. + See also <function>strtoupper</function>, <function>ucfirst</function>, + <function>ucwords</function> and <function>mb_strtolower</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strtoupper.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/strings/functions/strtoupper.xml diff -u phpdoc/en/reference/strings/functions/strtoupper.xml:1.4 phpdoc/en/reference/strings/functions/strtoupper.xml:1.5 --- phpdoc/en/reference/strings/functions/strtoupper.xml:1.4 Mon Dec 15 11:53:50 2003 +++ phpdoc/en/reference/strings/functions/strtoupper.xml Sat Feb 7 05:29:16 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.strtoupper"> <refnamediv> @@ -34,9 +34,8 @@ </programlisting> </example> <para> - See also <function>strtolower</function>, - <function>ucfirst</function>, - and <function>ucwords</function>. + See also <function>strtolower</function>, <function>ucfirst</function>, + <function>ucwords</function> and <function>mb_strtoupper</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/substr.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/strings/functions/substr.xml diff -u phpdoc/en/reference/strings/functions/substr.xml:1.7 phpdoc/en/reference/strings/functions/substr.xml:1.8 --- phpdoc/en/reference/strings/functions/substr.xml:1.7 Sun Jul 6 12:09:20 2003 +++ phpdoc/en/reference/strings/functions/substr.xml Sat Feb 7 05:29:16 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.substr"> <refnamediv> @@ -94,9 +94,8 @@ </example> <para> See also <function>strrchr</function>, - <function>substr_replace</function>, - <function>ereg</function>, and - <function>trim</function>. + <function>substr_replace</function>, <function>ereg</function>, + <function>trim</function> and <function>mb_substr</function>. </para> </refsect1> </refentry>