Ask Question
31 May, 01:55

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. 31 May, 04:47
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers