PHP MCQ MySql with PHP Basic MCQ Question #2554
Single Choice Not Set

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

ID: #2554 MySql with PHP Basic MCQ 1,782 views
Question Info
#2554Q ID
Not SetDifficulty
MySql with PHP Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A get_row()
  • B fetch_row()
  • C fetch()
  • D row()
Correct Answer

Explanation

Its prototype follows:

class mysqli{
boolean fetch()
}

Share This Question

Challenge a friend or share with your study group.