PHP String Variables
A string variable is used to manipulate any character stored in a variable you declared.
This chapter will discuss common function you can use to manipulate string variables.
Some common functions are:
- The Concatenation Operator
- The strlen() function
- The strpos() function
The concatenation operator is very useful to combine two string values.
Example: