Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which version introduced the function error_get_last()?

a) PHP 4
b) PHP 5
c) PHP 5.2
d) PHP 5.3

Answer: c
Explanation: This function returns an associative array consisting of the type, message, file, and line of the last occurring error.

Join The Discussion