PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getLastInsertId
request it (314)
GoLang replacement for PHP's MysqlndUhConnection::getLastInsertId
[edit | history]
PHP MysqlndUhConnection::getLastInsertIdPHP original manual for MysqlndUhConnection::getLastInsertId [ show | php.net ]MysqlndUhConnection::getLastInsertId(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getLastInsertId — Returns the auto generated id used in the last query Description
public int MysqlndUhConnection::getLastInsertId
( mysqlnd_connection
$connection
)Returns the auto generated id used in the last query. Parameters
Return ValuesLast insert id. Examples
Example #1 MysqlndUhConnection::getLastInsertId() example
<?php The above example will output: proxy::getLastInsertId(array ( 0 => NULL, )) proxy::getLastInsertId returns 1 int(1) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|