Version ebook / Retour
commit()
$dbh->commit()
This function commits or makes permanent changes to a database for transactional tables (e.g., InnoDB). It’s disregarded if AutoCommit is already enabled; a warning message saying “Commit ineffective while AutoCommit is on” will be issued.
AutoCommit