SqlStatementResult::getGeneratedIds
(No version information available, might only be in Git)
SqlStatementResult::getGeneratedIds — Get generated ids
说明
public mysql_xdevapi\SqlStatementResult::getGeneratedIds
( void
) : array
Warning
本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
An array of generated _id's from the last operation, or an empty array if there are none.
范例
Example #1 mysql_xdevapi\SqlStatementResult::getGeneratedIds() example
<?php
/* ... */
?>