mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
see also mb_xxx
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150679 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f3a83616f7
commit
0b17e7d6ae
3 changed files with 9 additions and 12 deletions
|
@ -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 @@ echo $str; // Prints mary had a little lamb and she loved it so
|
|||
</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>
|
||||
|
|
|
@ -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 @@ echo $str; // Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO
|
|||
</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>
|
||||
|
|
|
@ -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 @@ $rest = substr("abcdef", -3, -1); // returns "de"
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue