String Functions in PHP
A string is a sequence of characters, like "Hello world!".
For example, ‘P’ is a character and PHP is a string.
Everything inside quotes, single (‘ ‘) and double (” “) in PHP is treated as a string.
For example, ‘P’ is a character and PHP is a string.
Everything inside quotes, single (‘ ‘) and double (” “) in PHP is treated as a string.
February 9, 2021
phpstrings-in-php