API17

JDatabaseMySQL::freeResult: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to free up the memory used for the result set.  
Method to free up the memory used for the result set.  


{{subst:Description:JDatabaseMySQL::freeResult}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseMySQL::freeResult|Other versions of JDatabaseMySQL::freeResult]]
* [[API17:JDatabaseMySQL::freeResult|Other versions of JDatabaseMySQL::freeResult]]
{{subst:SeeAlso:JDatabaseMySQL::freeResult}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQL::freeResult
category=JDatabaseMySQL::freeResult
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:38, 25 March 2017

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