SqlStatementResult::getGeneratedIds
(No version information available, might only be in Git)
SqlStatementResult::getGeneratedIds — Get generated ids
Description
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
An array of generated _id's from the last operation, or an empty array if there are none.
Examples
Example #1 mysql_xdevapi\SqlStatementResult::getGeneratedIds() example
<?php
/* ... */
?>