Q. What is the result of === in PHP? (A) Checks value and type (B) Assigns a value (C) Checks value only (D) Checks type only ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Checks value and type Explanation: The === operator compares both value and data type.