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 !==
!==
ve bu kod parçacığını ===
operatörleri nelerdir?
if ( $a !== null ) // do something
if ( $b === $a ) // do something