Get the ID generated from the previous INSERT operation (original) (raw)
mysqli_stmt::$insert_id
mysqli_stmt_insert_id
(PHP 5, PHP 7)
mysqli_stmt::$insert_id -- mysqli_stmt_insert_id — Get the ID generated from the previous INSERT operation
Description
Object oriented style
intmysqli_stmt->insert_id;
Procedural style
mysqli_stmt_insert_id ( mysqli_stmt $stmt
) : mixed
Warning
This function is currently not documented; only its argument list is available.