Modules/MTA-MySQL/mysql free result: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
<pageclass class="#AA7592" subcaption="MTA-MySQL Module"></pageclass>
__NOTOC__
__NOTOC__
{{ModuleFunction|MTA-MySQL}}
{{ModuleFunction|MTA-MySQL}}

Latest revision as of 18:08, 5 January 2011


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

Frees the last query result. This function should be called after every query, specially when these queries return any data.

Syntax

mysql_free_result ( MySQLResult result )

Required arguments

  • result: A valid MySQL result

Returns

This function doesn't return any value.

See also