Core Function MySQLClose
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> MySQLClose( <mysql> ) </pre> === Description === Close a MySQL connection. === Parameters === ==== mysql ==== The MySQL connection to close. ==== query ==== The stri...")
Newer edit →
(Created page with "<pre> MySQLClose( <mysql> ) </pre> === Description === Close a MySQL connection. === Parameters === ==== mysql ==== The MySQL connection to close. ==== query ==== The stri...")
Newer edit →
Revision as of 18:35, 1 December 2011
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.