db_free_result From Online Manual

Revision as of 21:49, 8 October 2012 by Emanuele (talk | contribs)
Jump to: navigation, search

Usage:

$smcFunc['db_free_result'] (result)


Description: works exactly as mysql_free_result, the function will free the memory used by the recourse $result.

Parameters:

  • result a query resource as returned by db_query.

Return: will return the exact same results as mysql_free_result.

Example:

$smcFunc['db_free_result']($request);



Advertisement: