Modules/MTA-MySQL/mysql free result
From Multi Theft Auto: Wiki
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.