SqlStatementResult::getGeneratedIds
(No version information available, might only be in Git)
SqlStatementResult::getGeneratedIds — Get generated ids
说明
public mysql_xdevapi\SqlStatementResult::getGeneratedIds(): array警告
本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
An array of generated _id's from the last operation, or an empty array if there are none.
范例
示例 #1 mysql_xdevapi\SqlStatementResult::getGeneratedIds() example
<?php
/* ... */
?>
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/mysql-xdevapi-sqlstatementresult.getgeneratedids.php