PheliX Posted May 12, 2005 Report Share Posted May 12, 2005 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_encode() and utf8_decode() for some Unicode support. http://lv.php.net/manual/en/language.types.string.php Link to comment Share on other sites More sharing options...
Venom Posted May 12, 2005 Report Share Posted May 12, 2005 http://lv.php.net/manual/en/ref.mbstring.php Link to comment Share on other sites More sharing options...
Recommended Posts