34,333
edits
Changes
→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 ==