PHP Tutorial PHP Operators
Introduction
- PHP Assignment Operators
- PHP Arithmetic Operators
- PHP Incrementing and Decrementing Operators
- PHP Comparison Operators
- PHP Logical Operators
- PHP String Operators
- PHP Ternary Operator
- PHP Bitwise Operators
- PHP Execution Operator
- PHP Operator Precedence
Example
- Compare pre-increment to post-increment in PHP
- Use arithmetic operator in PHP
- Use assignment operator in PHP
- Use short-circuit logical expressions in PHP
- Use the concatenation operator in PHP