Changes

Jump to: navigation, search

PHP Operators

No change in size, 19:32, 11 May 2009
no edit summary
<td>/<td>Division<td>Divides two operands<td> $total = 10 / 20;
<tr>
<td>%<td>Modulus<td>Returns the reminader remainder from dividing the first operand by the second<td> $total = 20%10;
</table>

Navigation menu