Q19
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()
AnswerD.
row()
Answer: Option C
Solution
Answer: Option C
Solution:
Its prototype follows:
class mysqli
{
boolean fetch()
}