mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typo mutli->multi
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244325 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
01b9638153
commit
e7bd2a521f
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.html-entity-decode">
|
||||
<refnamediv>
|
||||
<refname>html_entity_decode</refname>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<row>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
Support for mutli-byte character sets was added.
|
||||
Support for multi-byte character sets was added.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stripslashes">
|
||||
<refnamediv>
|
||||
<refname>stripslashes</refname>
|
||||
|
@ -77,7 +77,7 @@ echo stripslashes($str);
|
|||
<note>
|
||||
<para>
|
||||
<function>stripslashes</function> is not recursive. If you want to apply
|
||||
this function to a mutli-dimensional array, you need to use a recursive
|
||||
this function to a multi-dimensional array, you need to use a recursive
|
||||
function.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue