Q. Which of the following is the correct way to define a constant in PHP?
β
Correct Answer: (D)
Both option1 and option3
Explanation: Constants can be defined using define() function or const keyword.