Home
PHP
Tags
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::$protocol_version
mysqli::$protocol_version
(mysqli_get_proto_in
mysqli::commit
mysqli::commit
(mysqli_commit)Submi
mysqli_stmt::result_metadata
mysqli_stmt::result_metadata
(mysqli_stmt_result_
mysqli_result::fetch_fields
mysqli_result::fetch_fields
(mysqli_fetch_fields
mysqli::get_connection_stats
mysqli::get_connection_stats
(mysqli_get_connecti
mysqli_stmt
mysqli_stmt
mysqli_stmtclass
mysqli_stmt::bind_result
mysqli_stmt::bind_result
(mysqli_stmt_bind_re
mysqli::multi_query
mysqli::multi_query
(mysqli_multi_query)
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?