Vidyalelo
PHP · Q9

Databases Handling

Programming · PHP · question 9

Q9

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

A.
errno()
Answer
B.
errnumber()
C.
errorno()
D.
errornumber()

Answer: Option A

Solution

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