Q. Which PHP function checks if a function exists?

  • (A) method_exists()
  • (B) function_exists()
  • (C) check_function()
  • (D) exists_function()
πŸ’¬ Discuss
βœ… Correct Answer: (B) function_exists()
Explanation: function_exists() checks if a function is defined.
Explanation by: Admin
function_exists() checks if a function is defined.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
35
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
87%
Success Rate