Multiple choice

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

  1. MySqli_multi_query()

  2. MySqli_fetch_object()

  3. MySqli_connect()

  4. next()

  5. MySqli_query()

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

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