Home » PHP » PHP Error Handling » Question
  1. Which version introduced the function error_get_last()?
    1. PHP 5
    2. PHP 5.3
    3. PHP 4
    4. PHP 5.2
    5. None of these
Correct Option: D

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



Your comments will be displayed only after manual approval.