Modules/MySQL/MysqlDestroy: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
This functions closes the MySQL connection that is currently opened, if it exists.
This functions closes the MySQL connection that is currently opened, if it exists.


This function is provided by the [[Module functions|ml_mysql]] module.
{{ModuleFunction|MySQL|This function is provided by the [[Module functions|ml_mysql]] module.}}


==Syntax==
==Syntax==

Revision as of 13:18, 1 November 2006

This functions closes the MySQL connection that is currently opened, if it exists.


Package-x-generic.png This function is provided by the external module MySQL. You must install this module to use this function.


Syntax

nil mysqlClose ( mysql db )

Required Arguments

Optional Arguments

None