Q. Which of the following is used to define a constant in PHP?
β
Correct Answer: (A)
define()
Explanation: define() defines a constant with a name and value.