Possible Duplicates:
How do the equality (== double equals) and identity (=== triple equals) comparison operators differ?
Reference - What does this symbol mean in PHP?
php not equal to != and !==
What are the !==
and ===
operators in this code snippet?
if ( $a !== null ) // do something
if ( $b === $a ) // do something