Multiple choice

Which of the following functions is used to fetch all the results from the most recent query on the connection and stores them in memory?

  1. MySqli_fetch_assoc()

  2. MySqli_fetch_object()

  3. MySqli_query()

  4. Sqlite_fetch_array()

  5. MySqli_connect()

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This function is used to fetch all the results from the most recent query on the connection and stores them in memory.