34,333
edits
Changes
→PHP String Concatenation Operator
== PHP String Concatenation Operator ==
the PHp String Concatenation operator is used to cobine values to create a string. The concatenator operator is represented by a period (.) and can be used to build a string from other strings, variables containing non-strings (such as numbers), numbers and even constants:
<pre>
</pre>