Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 436 Bytes

0061.md

File metadata and controls

31 lines (24 loc) · 436 Bytes

Which of the following functions allows you to stack several error handlers on top of each other?

  • A)
set_error_handler()
  • B)
error_handler()
  • C)
setError()
  • D)
errorHandler()
Answer

Answer: A