Which version introduced the function error_get_last()?
A
PHP 4
B
PHP 5
C
PHP 5.2
D
PHP 5.3
Correct Answer: PHP 5.2
This function returns an associative array consisting of the type, message, file, and line of the last occurring error.