Single Choice Not Set

Q Which of the methods are used to manage result sets using both associative and indexed arrays?

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

Choose the Best Option

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

  • A get_array() and get_row()
  • B get_array() and get_column()
  • C fetch_array() and fetch_row()
  • D fetch_array() and fetch_column()
Correct Answer

Explanation

Their prototype is as follows- 

calss mysqli_result{
mixed fetch_array ([int resulttype])
}
calss mysqli_result{
mixed fetch_row()
}

Share This Question

Challenge a friend or share with your study group.