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:
- Read more about PHP String Variables
- 1 comment
- Log in or register to post comments
- 292 views