mysqli_stmt::$insert_id

mysqli_stmt_insert_id

Get the ID generated from the previous INSERT operation

Description

Object-oriented style

intstring$mysqli_stmt->insert_id;

Procedural style

intstring mysqli_stmt_insert_id(mysqli_stmt $statement)
Warning

This function is currently not documented; only its argument list is available.