sqlite_changes

Example

 int sqlite_changes ( resource $dbhandle ) 

Description

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.