Q. Which PHP function checks if a function exists? (A) method_exists() (B) function_exists() (C) check_function() (D) exists_function() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) function_exists() Explanation: function_exists() checks if a function is defined.