Changes

Jump to: navigation, search

PHP Operators

1 byte removed, 14:27, 30 May 2007
no edit summary
$myVar = 1 + 3;
</pre>
 
In the above example, the assignment operator (=) assigns the result of the addition to the operand represented by the variable $myVar. After evaluating this expression the value of 4 will have been assigned to the variable ''$myVar''.

Navigation menu