Changes

Jump to: navigation, search

PHP Operators

1 byte removed, 12:58, 31 May 2007
PHP Comparison Operators
<table>
<tr style="background:#efefef;">
<th>Operator</th>Description<th>Examples</th>
<tr>
<td>==<td>Equal to<td>Checks if first operand equals second<td>$myVar = 10; <br>if ($myVar == 10)<br>echo 'myVar equals 10';</td>

Navigation menu