Q. Which PHP function checks if a constant is defined?
β
Correct Answer: (B)
defined()
Explanation: defined() checks whether a constant exists.