API17

API17:JDatabaseSQLSrv::freeResult

From Joomla! Documentation

Revision as of 02:49, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See also


User contributed notes

Code Examples