Which of the methods are used to manage result sets using both associative and indexed arrays?
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
Answered