API17:JDatabase::getNumRows
From Joomla! Documentation
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

See also
JDatabase::getNumRows source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::getNumRows
User contributed notes
Code Examples