void mysql_close(MYSQL *mysql)
説明
すでにオープンされている接続をクローズします。mysql
で示される接続ハンドルが
mysql_init()
または
mysql_connect()
によって自動的に割り当てられたハンドルだった場合は、mysql_close()
で割り当てが解除されます。
戻り値
ありません。
エラー
ありません。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.