API17

API17:JDatabaseMySQL::freeResult

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQL::freeResult

Description

Method to free up the memory used for the result set.


protected function freeResult ($cursor=null)
Parameter Type Default Description
$cursor mixed null The optional result set cursor from which to fetch the row.
  • Returns void
  • Defined on line 632 of libraries/joomla/database/database/mysql.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples