|
MysqlndUhConnection::getLastInsertId(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getLastInsertId — Returns the auto generated id used in the last query. Описание
public int MysqlndUhConnection::getLastInsertId
( mysqlnd_connection $connection
)
Returns the auto generated id used in the last query. Список параметров
Возвращаемые значенияLast insert id. Примеры
Пример #1 MysqlndUhConnection::getLastInsertId() example
<?php Результат выполнения данного примера: proxy::getLastInsertId(array ( 0 => NULL, )) proxy::getLastInsertId returns 1 int(1) Смотрите также
|
|