Operator


Arithmetic Operators

There are following arithmetic operators supported by PHP language −

op1


Comparison Operators

There are following comparison operators supported by PHP language

op2.png


Logical Operators

There are following logical operators supported by PHP language

op21.png

 

Assignment Operators

There are following assignment operators supported by PHP language

op2.png

 

Conditional Operator

There is one more operator called conditional operator. This first evaluates an expression for a true or false value and then execute one of the two given statements depending upon the result of the evaluation. The conditional operator has this syntax −

op24.png