Procedural style:
Object oriented style (method):
mysqli { bool close();}
bool close();
Closes a previously opened database connection.
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
Returns TRUE on success or FALSE on failure.
TRUE
FALSE