πŸ“Š PHP
Q. Which PHP feature allows defining custom error handling?
  • (A) try-catch
  • (B) set_error_handler()
  • (C) register_shutdown_function()
  • (D) error_reporting()
πŸ’¬ Discuss
βœ… Correct Answer: (B) set_error_handler()

Explanation: set_error_handler() defines custom error handlers.

Explanation by: Mr. Dubey
set_error_handler() defines custom error handlers.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
22 h ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate