Q. Which keyword is used to declare a constant in PHP?
β
Correct Answer: (A)
define
Explanation: define() is the function used to declare constants.