Source for file mysqli.php
Documentation is available at mysqli.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* MySQLi database iterator.
* @package Joomla.Platform
* Get the number of rows in the result set for the executed SQL given by the cursor.
* @return integer The number of rows in the result set.
* @see Countable::count()
* Method to fetch a row from the result set cursor as an object.
* @return mixed Either the next row from the result set or false if there are no more rows.
* Method to free up the memory used for the result set.
Documentation generated on Tue, 19 Nov 2013 15:09:17 +0100 by phpDocumentor 1.4.3