SqlStatementResult::getGeneratedIds

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

SqlStatementResult::getGeneratedIdsGet generated ids

Description

public mysql_xdevapi\SqlStatementResult::getGeneratedIds(): array

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

An array of generated _id's from the last operation, or an empty array if there are none.

Exemples

Exemple #1 mysql_xdevapi\SqlStatementResult::getGeneratedIds() example

<?php

/* ... */

?>
add a note add a note

User Contributed Notes

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