Which Method Retrieves Each Row From The Prepared Statement #289
Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?
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.2.
Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?
get_row()
fetch_row()
fetch()
mysqli_fetch_row()