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.