!= means inequality (TRUE if $a is not equal to $b) and !== means non-identity (TRUE if $a is not identical to $b). Post navigation What does the array operator ‘===’ means? How can we determine whether a PHP variable is an instantiated object of a certain class?