mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111601 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
93768c82c7
commit
be3dfeb106
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.99 $ -->
|
||||
<!-- $Revision: 1.100 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -574,7 +574,7 @@ EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM})
|
|||
A <type>string</type> is series of characters. In PHP,
|
||||
a character is the same as a byte, that is, there are exactly
|
||||
256 different characters possible. This also implies that PHP
|
||||
has no native support of Unicode. See <function>utf8_enncode</function>
|
||||
has no native support of Unicode. See <function>utf8_encode</function>
|
||||
and <function>utf8_decode</function> for some Unicode support.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue