MySQL and PHP

3.9.18 mysqli_stmt::$insert_id, mysqli_stmt_insert_id

Copyright 1997-2021 the PHP Documentation Group.

Description

Object oriented style

int mysqli_stmt->insert_id ;

Procedural style

mixed mysqli_stmt_insert_id(mysqli_stmt stmt);
Warning

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