Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which method returns the error code generated from the execution of the last MySQL function?

  2. A.

     errno()

    B.

     errnumber()

    C.

     errorno()

    D.

     errornumber()

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Error numbers are often used in lieu of natural-language message to ease software internationalization efforts and allow for customization of error messages.


Be The First To Comment