mysqli_stmt::$insert_id
PHP function
Edit on GitHub ✎
Get the ID generated from the previous INSERT operation
Description
Oop
int|stringmysqli_stmt->insert_id
Procedural
mysqli_stmt_insert_id(mysqli_stmt $statement): int|string
Func