php arithmetic operators

By | October 20, 2022

The PHP arithmetic operators are used to perform mathematical operations on numbers. They include addition, subtraction, multiplication and division.

The basic arithmetic operators are

  1. + (addition)
  2. – (subtraction)
  3. * (multiplication)
  4. / (division)