mysqli_stmt
PHP Manual

mysqli_stmt::$insert_id

mysqli_stmt_insert_id

(PHP 5, PHP 7)

mysqli_stmt::$insert_id -- mysqli_stmt_insert_idGet the ID generated from the previous INSERT operation

설명

객체 기반 형식

절차식 형식

mixed mysqli_stmt_insert_id ( mysqli_stmt $stmt )
Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.


mysqli_stmt
PHP Manual