|
PDO::lastInsertIdReturns the ID of the last inserted row or sequence value Description
public stringfalse PDO::lastInsertId(stringnull
$name = null )
Returns the ID of the last inserted row, or the last value from a
sequence object, depending on the underlying driver. For example,
PDO_PGSQL allows the name of any
sequence object to be specified for the
Parameters
Return Values
If a sequence name was not specified for the
If a sequence name was specified for the
If the PDO driver does not support this capability,
PDO::lastInsertId triggers an
Errors/Exceptions
Emits an error with level
Throws a PDOException if the attribute |