API17

API17:JDatabase::freeResult

From Joomla! Documentation

Joomla 11.1 JDatabase::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 1344 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples