Conditions work with operators along with their own factors to allow logic into php.
Conditions use logic terms to determine an outcome based upon chosen operators and variables.
The examples below demonstrate two ways these conditions can be used.

The following output is the result of an if else condition:

10 is less than 20

The following output is the result of a case condition:

The number is 20