Why is there == 0 near some modulo in PHP?

I like the way PHP Manual explanation that the % is:

Modulus Arithmetic Operator
$a % $b is the Remainder of $a divided by $b.