update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 MysqlndUhConnection::getLastInsertId() example
<?php 위 예제의 출력: proxy::getLastInsertId(array ( 0 => NULL, )) proxy::getLastInsertId returns 1 int(1) 참고
|