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

Descrição

Estilo orientado a objetos

mysqli_stmt
int $insert_id;

Estilo de procedimentos

mixed mysqli_stmt_insert_id ( mysqli_stmt $stmt )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.


MySQLi_STMT
PHP Manual