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
Use date_timezone_get and date_default_timezone_set
10
get_include_path() Best practices for using with set_include_path()
3
How to calculate the execution time of a SQL query using the gettimeofday function?
3
How to set up a proxy server in curl_setopt in curl_close?
8
Similar Functions
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDO
PDO
PDOclass
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDO::inTransaction
PDO::inTransaction
Checkifitisinsidethe
Popular Articles