Multiple choice

Which of the following functions is used to send a query to the database and buffers the result?

  1. MySqli_query()

  2. MySqli_fetch_object()

  3. MySqli_fetch_row()

  4. Sqlite_fetch_array()

  5. MySqli_opt_connect_timeout

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

This function is used to send a query to the database and buffers the result.