int sqlite_changes ( resource $dbhandle )
Object oriented style (method): int SQLiteDatabase::changes ( void )
Returns the numbers of rows that were changed by the most recent SQL statement executed against the dbhandle database handle.
Returns the number of changed rows.