update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the row ID of the most recent INSERT into the database

SQLite3::lastInsertRowID

(PHP 5 >= 5.3.0)

SQLite3::lastInsertRowIDReturns the row ID of the most recent INSERT into the database

설명

public int SQLite3::lastInsertRowID ( void )

Returns the row ID of the most recent INSERT into the database.

인수

이 함수는 인수가 없습니다.

반환값

Returns the row ID of the most recent INSERT into the database