|
(no version information, might be only in CVS)
PDO::lastInsertId -- Returns the ID of the last inserted rowOstrzeżenie |
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. |
Returns the ID of the last inserted row, or the next value from a sequence object.
Notatka: Due to differences between database server implementations, this method may not always return a meaningful result.
If a sequence name was not specified for the name parameter, PDOStatement::lastInsertId() returns a string representing the row ID of the last row that was inserted into the database.
If a sequence name was specified for the name parameter, PDOStatement::lastInsertId() returns a string representing the next value retrieved from the specified sequence object.
If the PDO driver does not support this capability, PDO::lastInsertID() triggers an IM001 SQLSTATE.
Poprzedni | Spis treści | Następny |
PDO::getAttribute | Początek rozdziału | PDO::prepare |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:35