JDatabase::getNumRows
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabase::getNumRows[edit]
Description[edit]
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[edit]
JDatabase::getNumRows source code on BitBucket
Class JDatabase
Subpackage Database
- Other versions of JDatabase::getNumRows
User contributed notes[edit]
Code Examples[edit]