?
Which of the methods are used to manage result sets using both associative and indexed arrays?
Answer & Solution
Correct Answer:
Option
C
Their prototype is as follows-
calss mysqli_result
{
mixed fetch_array ([int resulttype])
}
calss mysqli_result
{
mixed fetch_row()
}
Join the Discussion
Login to post a comment or share your explanation.
Login