Arithmetic Operators summary table : Arithmetic Operators : Language Basics PHP Source Code


PHP Source Code » Language Basics » Arithmetic Operators »

 

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:

Follow Navioo On Twitter

PHP Source Code

 Navioo Language Basics
» Arithmetic Operators