From be3dfeb106b645725f23278e611af8c5db9ef982 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 12 Jan 2003 22:51:45 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111601 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index 6a13b2a4c4..a29a164b87 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -574,7 +574,7 @@ EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM}) A string 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 utf8_enncode + has no native support of Unicode. See utf8_encode and utf8_decode for some Unicode support.