Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?

  2. A.

     get_row()

    B.

     fetch_row()

    C.

     fetch()

    D.

     row()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Its prototype follows: class mysqli { boolean fetch() }


Be The First To Comment