Q. What does the === operator check in PHP? (A) Equality and type (B) Only equality (C) Only type (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Equality and type Explanation: === checks both value and data type.