API15:JDatabase/getAffectedRows
From Joomla! Documentation
Description
Get the affected rows by the most recent query
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
getAffectedRows()
Returns
int The number of affected rows in the previous operation
Defined in
libraries/joomla/database/database.php
Importing
jimport( 'joomla.database.database' );
Source Body
function getAffectedRows()
{
return;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples