API17

API17:JDatabase::getNumRows

From Joomla! Documentation

Joomla 11.1 JDatabase::getNumRows

Description

Get the number of returned rows for the previous executed SQL statement.


public function getNumRows ($cursor=null)
Parameter Type Default Description
$cursor resource null An optional database cursor resource to extract the row count from.
  • Returns integer The number of returned rows.
  • Defined on line 1164 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples