API17

API17:JDatabaseMySQLi::getAffectedRows

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLi::getAffectedRows

Description

Get the number of affected rows for the previous executed SQL statement.


public function getAffectedRows ()
  • Returns integer The number of affected rows.
  • Defined on line 193 of libraries/joomla/database/database/mysqli.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples