Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::lastInsertId
PDO::lastInsertId
Returns the ID of the last inserted row or sequence value
Name:
PDO::lastInsertId
Category:
PDO
Programming Language:
php
One-line Description:
Returns the ID of the last inserted row or sequence value
Related
Example of using errors for custom comparison function return value
9
How do you know what options actually include in the context I created?
8
What is the difference between mysqli::get_charset and mysqli_character_set_name()?
9
socket_accept() resource leak troubleshooting and solution
8
Similar Functions
PDOStatement::setAttribute
PDOStatement::setAttribute
Setstatementproperti
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDOStatement
PDOStatement
PDOStatementclass
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
Popular Articles