(No version information available, might be only in CVS)
SQLite3::lastInsertRowID ? Returns the row ID of the most recent INSERT into the database
Returns the row ID of the most recent INSERT into the database.
この関数にはパラメータはありません。
Returns the row ID of the most recent INSERT into the database
例1 SQLite3::lastInsertRowID() example
<?php
/* ... */
?>
上の例の出力は、たとえば 以下のようになります。
...