Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which version introduced the function error_get_last()?

  2. A.

     PHP 4

    B.

     PHP 5

    C.

     PHP 5.2

    D.

     PHP 5.3

    View Answer

    Workspace

    Answer : Option C

    Explanation :

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


Be The First To Comment