Arithmetic Operators in PHP

This page showcases some basic arithmetic operators and their usage in PHP.

Addition (+):

Adding 10 and 5: 15

Subtraction (-):

Subtracting 5 from 20: 15

Multiplication (*):

Multiplying 3 and 10: 30

Division (/):

Dividing 12 by 3: 4