sqlite_changesSQLiteDatabase-changes

 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.