?
Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?
Answer & Solution
Correct Answer:
Option
C
Its prototype follows:
class mysqli
{
boolean fetch()
}
Join the Discussion
Login to post a comment or share your explanation.
Login