protected function OAuthStoreMySQLi::query_affected_rows in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreMySQLi.php \OAuthStoreMySQLi::query_affected_rows()
- 7.2 lib/oauth-php/library/store/OAuthStoreMySQLi.php \OAuthStoreMySQLi::query_affected_rows()
- 7.3 lib/oauth-php/library/store/OAuthStoreMySQLi.php \OAuthStoreMySQLi::query_affected_rows()
- 7.5 lib/oauth-php/library/store/OAuthStoreMySQLi.php \OAuthStoreMySQLi::query_affected_rows()
- 7.6 lib/oauth-php/library/store/OAuthStoreMySQLi.php \OAuthStoreMySQLi::query_affected_rows()
* Return the number of rows affected in the last query
Overrides OAuthStoreMySQL::query_affected_rows
File
- lib/
oauth-php/ library/ store/ OAuthStoreMySQLi.php, line 239
Class
Code
protected function query_affected_rows() {
return mysqli_affected_rows($this->conn);
}