Q. Which PHP function checks if a constant is defined? (A) isset() (B) defined() (C) constant_exists() (D) is_constant() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) defined() Explanation: defined() checks whether a constant exists.