Q. Which operator is used to compare both value and type in PHP? (A) == (B) === (C) = (D) != ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) === Explanation: === compares both value and data type.