SqlStatementResult::getGeneratedIds
PHP function
Edit on GitHub ✎
Get generated ids
Description
mysql_xdevapi\SqlStatementResult::getGeneratedIds(): array
Func
Parameters Parameters
Return Values
An array of generated _id's from the last operation, or an empty array if there are none.
Examples
mysql_xdevapi\SqlStatementResult::getGeneratedIds() example
php
<?php
/* ... */
?>