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