Ask 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. mysql_connect / mysqli_connect

d. mysql_error / mysqli_error

+5
Answers (1)
  1. 12 July, 23:48
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers