Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     get_array() and get_row()

    B.

     get_array() and get_column()

    C.

     fetch_array() and fetch_row()

    D.

     fetch_array() and fetch_column()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

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


Be The First To Comment