Php operators and expressions
Php operators are punctuation symbols that process operands and produce corresponding values, While a snippet contains operands along with some operators is known as php expression. A php expression may contains variables and some constants.
Mainly php has six types of operator are as follows
- Arithmetic Operators
- Assignment Operators
- Incrementing/Decrementing Operators
- Comparison Operators
- Logical Operators
- Array Operators