Q. How do you define a constant in PHP?
β
Correct Answer: (D)
Both define() and const
Explanation: Both define() and const can be used to declare constants.