Modules/MTA-MySQL/mysql free result: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ Frees the last query result. This function should be called after every query, specially when these queries return any data. ==Syntax== <syntaxhighlight lang="lua"> mysql_free_result ( MySQLRe...) |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{ModuleFunction|MTA-MySQL}} | |||
Frees the last query result. This function should be called after every query, specially when these queries return any data. | Frees the last query result. This function should be called after every query, specially when these queries return any data. | ||
Revision as of 18:04, 14 January 2008
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.