mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Slightly revised version
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104396 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b773363ac6
commit
0b23d6c686
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mb-convert-case">
|
||||
<refnamediv>
|
||||
<refname>mb_convert_case</refname>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<para>
|
||||
<parameter>encoding</parameter> specifies the encoding of
|
||||
<parameter>str</parameter>; if omitted, the internal character encoding
|
||||
value (mbstring.internal_encoding) will be used.
|
||||
value will be used.
|
||||
</para>
|
||||
<para>
|
||||
The return value is str with the appropriate case folding applied.
|
||||
|
@ -34,7 +34,7 @@
|
|||
By contrast to the standard case folding functions such as
|
||||
<function>strtolower</function> and <function>strtoupper</function>,
|
||||
case folding is performed on the basis of the Unicode character
|
||||
properties. So the behaviour of this function is not affected
|
||||
properties. Thus the behaviour of this function is not affected
|
||||
by locale settings and it can convert any characters that have
|
||||
'alphabetic' property, such as A-umlaut (Ä).
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mb-strtolower">
|
||||
<refnamediv>
|
||||
<refname>mb_strtolower</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<para>
|
||||
<parameter>encoding</parameter> specifies the encoding of
|
||||
<parameter>str</parameter>; if omitted, the internal character encoding
|
||||
value (mbstring.internal_encoding) will be used.
|
||||
value will be used.
|
||||
</para>
|
||||
<para>
|
||||
For more information about the Unicode properties, please see <ulink
|
||||
|
@ -27,7 +27,7 @@
|
|||
</para>
|
||||
<para>
|
||||
By contrast to <function>strtolower</function>, 'alphabetic' is
|
||||
determined by the Unicode character properties. So the behaviour
|
||||
determined by the Unicode character properties. Thus the behaviour
|
||||
of this function is not affected by locale settings and it can convert
|
||||
any characters that have 'alphabetic' property, such as A-umlaut (Ä).
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mb-strtoupper">
|
||||
<refnamediv>
|
||||
<refname>mb_strtoupper</refname>
|
||||
|
@ -19,11 +19,11 @@
|
|||
<para>
|
||||
<parameter>encoding</parameter> specifies the encoding of
|
||||
<parameter>str</parameter>; if omitted, the internal character encoding
|
||||
value (mbstring.internal_encoding) will be used.
|
||||
value will be used.
|
||||
</para>
|
||||
<para>
|
||||
By contrast to <function>strtoupper</function>, 'alphabetic' is
|
||||
determined by the Unicode character properties. So the behaviour of this
|
||||
determined by the Unicode character properties. Thus the behaviour of this
|
||||
function is not affected by locale settings and it can convert any
|
||||
characters that have 'alphabetic' property, such as a-umlaut (ä).
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue