且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用插入PDO MySQL获取插入ID

更新时间:2023-01-30 15:57:35

您可能正在寻找

You're probably looking for lastInsertId. "Returns the ID of the last inserted row or sequence value".

$insertedId = $system->db->lastInsertId() ;