The PHP arithmetic operators are used to perform mathematical operations on numbers. They include addition, subtraction, multiplication and division.
The basic arithmetic operators are
- + (addition)
- – (subtraction)
- * (multiplication)
- / (division)
The PHP arithmetic operators are used to perform mathematical operations on numbers. They include addition, subtraction, multiplication and division.
The basic arithmetic operators are