adplus-dvertising
frame-decoration

Question

Which one of the following methods can be used to diagnose and display information about a MySQL connection error?

a.

connect_errno()

b.

connect_error()

c.

mysqli_connect_errno()

d.

mysqli_connect_error()

Answer: (c).mysqli_connect_errno()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which one of the following methods can be used to diagnose and display information about a MySQL connection error?

Similar Questions

Discover Related MCQs

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

Q. If there is no error, then what will the error() method return?

Q. Which one of the following is not a valid class name?

Q. Fill in the blank with the best option. An Object is a/an ________ of a class.

Q. There are two objects-
$product1 = new Shop();
$product2 = new Shop();
Which one of the following statements is right about them?

Q. Which version of PHP introduced the visibility keywords i.e public, private, and protected?

Q. Which characters is used to access property variables on an object-by-object basis?

Q. Code that uses a class, function, or method is often described as the..

Q. Which keyword precedes a method name?

Q. If you omit the visibility keyword in your method declaration, by default the method will be declared as..

Q. Which function is used to determine whether the variable’s value is either TRUE or FALSE?

Q. Which version of PHP introduced class type hints?

Q. Inheritance is the means by which one or more classes can be derived from a/an ___ class.

Q. What should be used to refer to a method in the context of a class rather than an object you use?

Q. Prior to which version of PHP did constructors took the name of the enclosing class.

Q. Which method or property can only be accessed from within the enclosing class? Even subclasses have no access.

Q. A mutator method is also called as..

Q. Before you can start processing images with PHP, you must first add the ability to upload images to your administrative form on ________

Q. When you’re uploading files you need to set the enctype of the form to __________

Q. To check whether a file was uploaded, you look in the _______ superglobal array.