Q. Which function would you use to get the last error occurred?
β
Correct Answer: (A)
error_get_last()
Explanation: error_get_last() returns the last error that occurred.