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

Opis

Styl obiektowy

int $insert_id;

Styl proceduralny

mixed mysqli_stmt::mysqli_stmt_insert_id ( mysqli_stmt $stmt )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.


MySQLi_STMT
PHP Manual