SqlStatementResult::getLastInsertId

(No version information available, might only be in Git)

SqlStatementResult::getLastInsertIdGet last insert id

說(shuō)明

public mysql_xdevapi\SqlStatementResult::getLastInsertId(): String

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

The ID for the last insert operation.

范例

示例 #1 mysql_xdevapi\SqlStatementResult::getLastInsertId() example

<?php

/* ... */

?>