Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_stmt::$insert_id
mysqli_stmt::$insert_id
(mysqli_stmt_insert_id) Get the ID generated by the previous INSERT operation
Name:
mysqli_stmt::$insert_id
Category:
MySQLi
Programming Language:
php
One-line Description:
(mysqli_stmt_insert_id) Get the ID generated by the previous INSERT operation
Related
How to get the correct insertion ID in combination with mysqli_stmt::$insert_id in transaction processing?
10
How to get the auto-growth ID of the inserted data using mysqli_stmt::$insert_id?
5
Similar Functions
mysqli_result::free
mysqli_result::free
(mysqli_free_result)
mysqli_result::$current_field
mysqli_result::$current_field
(mysqli_field_tell)G
mysqli::poll
mysqli::poll
(mysqli_poll)PollCon
mysqli_stmt::$error_list
mysqli_stmt::$error_list
(mysqli_stmt_error_l
mysqli::select_db
mysqli::select_db
(mysqli_select_db)Se
mysqli::next_result
mysqli::next_result
(mysqli_next_result)
mysqli_result::field_seek
mysqli_result::field_seek
(mysqli_field_seek)S
mysqli_result::fetch_fields
mysqli_result::fetch_fields
(mysqli_fetch_fields
Popular Articles
How to get the auto-growth ID of the inserted data using mysqli_stmt::$insert_id?
How to get the correct insertion ID in combination with mysqli_stmt::$insert_id in transaction processing?