(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
Returns the ID of the last inserted row or sequence value
public string PDO::lastInsertId ([ string $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 requires you to specify the name of a sequence object for the name parameter.
Note:
This method may not return a