создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

PDO::lastInsertId

Пред.

След.

PDO::lastInsertId

(no version information, might be only in CVS)PDO::lastInsertId --

Returns the ID of the last inserted row or sequence value

Description

string PDO::lastInsertId ([string name])

Внимание

-Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.

Поведение этой функции, ее имя и относящаяся к ней документация

могут измениться в последующих версиях PHP без уведомления.

Используйте эту функцию на свой страх и риск.

Returns the ID of the last inserted row, or the last value from a

sequence object, depending on the underlying driver.

Замечание:

This method may not return a meaningful/consistent result across different PDO

drivers, because the underlying database may not even support the notion

of auto-increment fields or sequences.

Список параметров

name

Name of the sequence object from which the ID should be returned.

Возвращаемые значения

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 last value retrieved from the specified sequence

object.

If the PDO driver does not support this capability,

PDO::lastInsertID() triggers an

IM001 SQLSTATE.

Пред.

Начало

След.

PDO::getAttribute

Уровень выше

PDO::prepare

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting