For example 1: This operator adds the two numbers together.
For example 2: This operator subtracts the second number from the first number.
For example 3: This operator multiplies the first number by the second number.
For example 4: This operator divides the first number by the second number.
For example 5: This operartor outputs the leftover value from dividing the first number by the second number.
For example 6: When placed before the variable this operator automatically increments the variable by 1.
For example 7: When placed after the variable this operator when first echoed displays the original variable's value, then when echoed a second time it displays the orginal value incremented by 1.
For example 8: When placed before the variable this operator automatically decrements the variable by 1.
For example 9: When placed after the variable this operator when first echoed displays the original variable's value, then when echoed a second time it displays the orginal value decremented by 1.