mysql_close

構文

void mysql_close(MYSQL * mysql);

mysql - mysql handleのことで、 mysql_init()もしくは mysql_real_connect()によってあらかじめ割り当てられています。

説明

直前にオープンしたコネクションを閉じます。

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.