1. get_array() and get_row()
  2. get_array() and get_column()
  3. fetch_array() and fetch_row()
  4. fetch_array() and fetch_column()
5 views

1 Answers

Answer: Option 3

Their prototype is as follows- calss mysqli_result { mixed fetch_array ([int resulttype]) } calss mysqli_result { mixed fetch_row() }

5 views

Related Questions