PHP: Operator <>
C-like languages adopted != as their “not equals” operator.
Pascal-like languages adopted <> for the same purpose.
PHP has both!
Sadly, <> is just as bad as !=, which is catastrophically dangerous to use. Oops!
C-like languages adopted != as their “not equals” operator.
Pascal-like languages adopted <> for the same purpose.
PHP has both!
Sadly, <> is just as bad as !=, which is catastrophically dangerous to use. Oops!