mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
using url entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@107384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b64c9ef467
commit
6a6985ed6c
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mb-convert-case">
|
||||
<refnamediv>
|
||||
<refname>mb_convert_case</refname>
|
||||
|
@ -40,7 +40,7 @@
|
|||
</para>
|
||||
<para>
|
||||
For more information about the Unicode properties, please see <ulink
|
||||
url="http://www.unicode.org/unicode/reports/tr21/">http://www.unicode.org/unicode/reports/tr21/</ulink>.
|
||||
url="&url.unicode.reports;">&url.unicode.reports;</ulink>.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>mb_convert_case</function> example</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mb-strtolower">
|
||||
<refnamediv>
|
||||
<refname>mb_strtolower</refname>
|
||||
|
@ -23,7 +23,7 @@
|
|||
</para>
|
||||
<para>
|
||||
For more information about the Unicode properties, please see <ulink
|
||||
url="http://www.unicode.org/unicode/reports/tr21/">http://www.unicode.org/unicode/reports/tr21/</ulink>.
|
||||
url="&url.unicode.reports;">&url.unicode.reports;</ulink>.
|
||||
</para>
|
||||
<para>
|
||||
By contrast to <function>strtolower</function>, 'alphabetic' is
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mb-strtoupper">
|
||||
<refnamediv>
|
||||
<refname>mb_strtoupper</refname>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</para>
|
||||
<para>
|
||||
For more information about the Unicode properties, please see <ulink
|
||||
url="http://www.unicode.org/unicode/reports/tr21/">http://www.unicode.org/unicode/reports/tr21/</ulink>.
|
||||
url="&url.unicode.reports;">&url.unicode.reports;</ulink>.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>mb_strtoupper</function> example</title>
|
||||
|
|
Loading…
Reference in a new issue