JDatabaseDriverPdo::getNumRows
Get the number of returned rows for the previous executed SQL statement.
Signature
public function getNumRows([resource
$cursor = null] )
Parameters
-
$cursor
- An optional database cursor resource to extract the row count from.
Returns
- integer
- The number of returned rows.