Q. Which of the following is used to declare a class in PHP? (A) function (B) define (C) class (D) object ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) class Explanation: The 'class' keyword is used to declare a class in PHP.