Changes

Jump to: navigation, search

PHP Operators

191 bytes added, 19:23, 29 May 2007
Assignment Operators
<th>Operator<th>Type<th>Description<th>Example</th>
<tr>
<td>=<td>Assignment<td>Sets the value of the left hand operand to the value of the right<td> $myVar = 30;/<td><tr><td>+=<td>Addition-Assignment<td>Adds the value of left hand operand to the value of the right hand operand and assigns result to left hand operand<td>$myVar = 10;<br>$myVar += 5;</td>
</table>

Navigation menu