Q. Which keyword is used to define a constant in PHP?
β
Correct Answer: (D)
Both define and const
Explanation: Constants can be defined using define() or const.