PHP Operators@ Shwetank education.com
Definition –
php operators can be used mathmatical and logical operation perform.
Arithmetic Operators
Addition +
Substraction –
Multiply *
Modulus %
Divide /
Comparison Operators
== is equal to
!= is not equal
<> is not equal
> is greater than
< is less than
>= is greater than or equal to
<= is less than or equal to
Logical Operators
&& AND
|| OR
! NOT