English
Addition
Mathematical Operation to return the sum of two or more summands
Subtraction
Mathematical Operation to return the difference of minuend and subtrahend
Multiplication
Mathematical Operation to return the product of multiplier and multiplicant
Division
Mathematical Operation to return the fraction of divident and divisor
Modulus
Mathematical Operation to return the remainder of a division of two integers
Exponentiation - PHP5.6 or above required
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent.
Decimal Mark
Decimal Mark used to separate the integer part from the fractional part
Round Bracket
Used to override normal precedence or to mark the first level of nesting
Square Bracket
Used to override normal precedence or to mark the second level of nesting
Punctuation mark
Used to separate arguments forwarded to a function