Is there a difference between !== and != in PHP?
|
|
|||||
|
|
|
The That means this:
|
||||||
|
|
|
Hi Operator Operator cheers |
||
|
|
|
|
See the PHP type comparison tables on what values are equal ( |
||
|
|
|
|
|
||
|
|
|
|
=== is called the Identity Operator. And is discussed in length in other question's responses. Others' responses here are also correct. |
||
|
|
|
|
|
||
|
|
|
!== checks type as well as value, != only checks value
|
||
|
|
