Dutch PHP Conference 2025 - Call For Papers

SqlStatementResult::getGeneratedIds

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

SqlStatementResult::getGeneratedIdsGet 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

/* ... */

?>
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top