Relational Operators summary table : Logical Operators « Operator « PHP
- PHP
- Operator
- Logical Operators
Relational Operators summary table
<!--
Operation Operator Example
---------------------------------------------------------
Less than < $a < $b
Less than <= $a <= $b
or equal to
Greater than > $a > $b
Greater than >= $a >= $b
or equal to
-->
Related examples in the same category