Files
freeCodeCamp/guide/english/php/strings/index.md
priteshpk 80918b962a Update index.md (#24917)
Added intro about strings
2018-10-22 23:41:14 -07:00

404 B

title
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: