difference between $a == $b and $a === $b

difference between $a = = $b and $a = = = $b
 
Checks whether $a = = $b equals, but the $a = = = $b is not only
checks equal, but also check its type.