freeCodeCamp/guide/english/php/strings/index.md

404 B

title
Strings

Strings

A string is series of characters. PHP only supports a 256-character set and hence does not offer native Unicode support.

More Information: