Complete tutorial for String in PHP
What is String? A PHP string is a collection of characters that can be used to save and manipulate text. PHP only supports a 256-character set, hence it doesn’t support Unicode natively. The term “string” refers to a group of characters. PHP supports a number of data types, including strings. Alphanumeric characters are allowed in … Read more