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_insert_id ( mysqli_stmt $stmt )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.


MySQLi_STMT
PHP Manual