Changes

Jump to: navigation, search

PHP Operators

10 bytes added, 15:03, 30 May 2007
PHP String Concatenation Operator
== PHP String Concatenation Operator ==
The PHP String concatenation operator is used to combine values to create a string. The concatenator operator is represented by a period /full stop (.) and can be used to build a string from other strings, variables containing non-strings (such as numbers) and even constants:
<pre>
</pre>

Navigation menu