Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16411 программистов и 1784 робота. Сейчас ищут 2094 программиста ...
SQLite3::lastInsertRowID - Returns the row ID of the most recent INSERT into the database
Вернуться к: SQLite3
SQLite3::lastInsertRowID
(PHP 5 >= 5.3.0, PHP 7)
SQLite3::lastInsertRowID — Returns 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
Вернуться к: SQLite3