API17:JDatabaseMySQL::freeResult
From Joomla! Documentation
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