API17:JDatabaseMySQLi::getNumRows
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQLi::getNumRows
Description
Get the number of returned rows for the previous executed SQL statement.
Description:JDatabaseMySQLi::getNumRows [Edit Descripton]
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 286 of libraries/joomla/database/database/mysqli.php
- Since
See also
-
JDatabaseMySQLi::getNumRows source code on BitBucket
-
Class JDatabaseMySQLi
-
Subpackage Database
- Other versions of JDatabaseMySQLi::getNumRows
SeeAlso:JDatabaseMySQLi::getNumRows [Edit See Also]
User contributed notes
<CodeExamplesForm />
