(PHP 5)
mysqli::close -- mysqli_close — Closes a previously opened database connection
Object oriented style (method):
Procedural style:
Closes a previously opened database connection.
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
如果成功则返回 TRUE,失败则返回 FALSE。