affectedRows

Get count of affected rows, These rows affected by your last query

You can use affected_rows method too

Output : int

Static or normal : Static

Examples :

mysql::affectedRows();
mysql::affected_rows();