SQLiteDatabase->lastError()
SQLiteDatabase->lastError - Returns the error code of the last error for a database
Syntax
int SQLiteDatabase->lastError ()
Arguments
-
Description
Object oriented style (method):
Version
PHP 5, PECL sqlite >= 1.0.0
Return value
Returns an error code, or 0 if no error occurred.