In PHP, comparison operators are used to compare two values — numbers, strings, or variables.
These operators return a Boolean result — either true or false — depending on whether the condition is met.
Comparison operators are widely used in if statements, loops, and conditional expressions to make decisions in your code.