Home
PHP
Tags
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 xml_set_end_namespace_decl_handler to handle namespace conflicts in XML
9
How to Easily Convert an IP Address to an Integer Using the ip2long Function in PHP
5
Use stream_get_filters to get a list of loaded filters
4
Common Errors When Using the krsort Function and How to Fix Them
4
Similar Functions
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::setAttribute
PDOStatement::setAttribute
Setstatementproperti
Popular Articles