mysqli_stmt::$insert_id, mysqli_stmt_insert_id
mysqli_stmt::$insert_idmysqli_stmt_insert_idGet the ID generated from the previous INSERT operation
Description
Object oriented styleint mysqli_stmt->insert_id ;
Procedural stylemixed mysqli_stmt_insert_id(mysqli_stmt stmt); Warning
This function is currently not documented; only its argument list is available.