Examveda
Examveda

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

A. get_row()

B. fetch_row()

C. fetch()

D. row()

Answer: Option C

Solution(By Examveda Team)

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

This Question Belongs to PHP >> Databases Handling

Join The Discussion

Related Questions on Databases Handling