Pages

Tuesday, 1 June 2010

PHP Strings

What is a string?

To define a string you should have a series of character such that a character is the same as a byte. There are 256 different characters possible. Because of this the PHP does not have native support of Unicode. For some basic Unicode functionality see the utf8_encode() and utf8_decode().

No comments:

Post a Comment