MySQLi_STMT
PHP 手册

mysqli_stmt->insert_id

mysqli_stmt_insert_id

(PHP 5)

mysqli_stmt->insert_id -- mysqli_stmt_insert_idGet the ID generated from the previous INSERT operation

说明

int $insert_id;
mixed mysqli_stmt_insert_id ( mysqli_stmt $stmt )
Warning

本函数暂无文档,仅有参数列表。


MySQLi_STMT
PHP 手册