-
Notifications
You must be signed in to change notification settings - Fork 10
chl_mysql_close
it4e edited this page Feb 27, 2017
·
1 revision
<chl/mysql.h>
chl_mysql_close, CHL MySQL close
void chl_mysql_close();
The chl_mysql_close function is used to close a MySQL server connection. Should always be called when you are done with the MySQL server.
No arguments.
No return value.