! == Ve === PHP ne demek?

0 Cevap php

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

0 Cevap