Modules/MySQL/MysqlDestroy: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (MysqlClose moved to Modules/MySQL/MysqlClose)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
==Description==
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.



Revision as of 13:17, 1 November 2006

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

This function is provided by the ml_mysql module.

Syntax

nil mysqlClose ( mysql db )

Required Arguments

Optional Arguments

None