String operations in PHP
There are tow string operations in PHP.
First one is a dot .
It concatenates two strings together. If a space needs to be concatenated, then please not forget it. Concatenation of two strings will not add a space.
Second one is concatenation and assignment operations.
It is represented by dot followed by equal sign.
Comments
Post a Comment