Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?

Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? Correct Answer mysqli_fetch_row()

The function mysqli_fetch_row() is used to fetche row from a result-set and returns it as an enumerated array. Its syntax is mysqli_fetch_row(result);

Related Questions

Which method retrieves periodic updates about the current geographic location of the device.
Which of the following layer retrieves the content from the network?