API17

API17:JDatabaseMySQL::freeResult

From Joomla! Documentation

Revision as of 01:31, 28 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabaseMySQL::freeResult

Description

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

Template:Description:JDatabaseMySQL::freeResult [Edit Descripton]

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

Template:SeeAlso:JDatabaseMySQL::freeResult [Edit See Also]

User contributed notes

<CodeExamplesForm />