SQLiteDatabase->lastInsertRowid()
SQLiteDatabase->lastInsertRowid - Returns the rowid of the most recently inserted row
Syntax
int SQLiteDatabase->lastInsertRowid ()
Arguments
-
Description
Object oriented style (method):
Version
PHP 5, PECL sqlite >= 1.0.0
Return value
Returns the row id, as an integer.