API17

API17:JDatabaseSQLSrv::freeResult

From Joomla! Documentation

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