Arithmetic Operators summary table
|
Operation Operator Example ------------------------------------------------------------------ Multiplication * $a * $b
Division / $a / $b
Modulus % $a % $b
Addition + $a + $b
Subtraction - $a - $b
|
|
|
|
|
HTML code for linking to this page:
|