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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQL::freeResult | category=JDatabaseMySQL::freeResult | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:38, 25 March 2017
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. |
See also
JDatabaseMySQL::freeResult source code on BitBucket
Class JDatabaseMySQL
Subpackage Database- Other versions of JDatabaseMySQL::freeResult
User contributed notes
Code Examples