Core Function MySQLClose
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> MySQLClose( <mysql> ) </pre> === Description === Close a MySQL connection. === Parameters === ==== mysql ==== The MySQL connection to close. ==== query ==== The stri...") |
m (1 revision) |
Revision as of 21:40, 11 August 2014
MySQLClose( <mysql> )
Contents |
Description
Close a MySQL connection.
Parameters
mysql
The MySQL connection to close.
query
The string to use.
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
None.
Example
See MySQLConnect() for an example to this.