πŸ“Š PHP
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

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
2 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
95%
Success Rate