SqlStatementResult::getLastInsertId
PHP function
Edit on GitHub ✎
Get last insert id
Description
mysql_xdevapi\SqlStatementResult::getLastInsertId(): String
Func
Parameters Parameters
Return Values
The ID for the last insert operation.
Examples
mysql_xdevapi\SqlStatementResult::getLastInsertId() example
php
<?php
/* ... */
?>