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
Implement FTP file browser using ftp_login + ftp_rawlist
2
Performance Comparison and Benchmark Analysis of Node.js and PHP
5
Practical Guide to Generating and Parsing HTML Tags with PHP
3
How to Interpret realpath_cache_size in PHP CLI Mode? Have You Fallen Into These Pitfalls?
8
Similar Functions
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDO::quote
PDO::quote
Addquotestostringsin
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDO
PDO
PDOclass
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
Popular Articles