Changes

Jump to: navigation, search

PHP Operators

290 bytes added, 20:55, 29 May 2007
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>

Navigation menu