Q. Which PHP feature allows defining custom error handling?
β
Correct Answer: (B)
set_error_handler()
Explanation: set_error_handler() defines custom error handlers.