Which One Of The Following Statements Instantiates The Mysqli #276
Which one of the following statements instantiates the mysqli class?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Databases - Quiz No.1.
Which one of the following statements instantiates the mysqli class?
mysqli = new mysqli()
$mysqli = new mysqli()
$mysqli->new.mysqli()
mysqli->new.mysqli()