MySQLi_STMT
PHP Manual

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::mysqli_stmt_insert_id ( mysqli_stmt $stmt )
Warning

本函数还未编写文档,仅有参数列表。


MySQLi_STMT
PHP Manual