Q. Which MySQLi function closes the database connection?
β
Correct Answer: (B)
mysqli_close()
Explanation: mysqli_close() closes an open MySQLi connection.