sqlite_changesSQLiteDatabase-changes

Example

 int sqlite_changes ( resource $dbhandle ) 

Description

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.

Return Values

Returns the number of changed rows.