SqlStatementResult::getGeneratedIds

Get generated ids

Description

public array mysql_xdevapi\SqlStatementResult::getGeneratedIds()

Warning

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

/* ... */

?>