Changes

Jump to: navigation, search

PHP Operators

28 bytes added, 19:53, 29 May 2007
Assignment Operators
<td>.=<td>Concatenation-Operand<td>Sets the value of the left hand operand to a string containing a concatenation of its value appended with the string in the right hand operand<td>$sampleString="My color is ";<br>$sampleString += "blue";
</table>
 
== Arithmetic Operators ==

Navigation menu