Ask Question
21 February, 06:28

It is a function that ends the connection to the database.

Select one:

a. mysql_close / mysqli_close

b. mysql_query / mysqli_query

c. mysql_connect / mysqli_connect

d. mysql_error / mysqli_error

+4
Answers (1)
  1. 21 February, 09:13
    0
    mysql_close / mysqli_close.

    Explanation:

    mysql_close / mysqli_close functions are used to close the connection to the database. mysql_close is removed from the php version 7.0.0 and mysqli_close is used.

    If the link in the mysql_close is not specified it so the last link opened by mysql_connect () is assumed.

    It returns the value True or False. True on success false on failure.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “It is a function that ends the connection to the database. Select one: a. mysql_close / mysqli_close b. mysql_query / mysqli_query c. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers