|
PDO::commitCommits a transaction Beschreibung
public bool PDO::commit
( void
)
Commits a transaction, returning the database connection to autocommit mode until the next call to PDO::beginTransaction starts a new transaction. Rückgabewerte
Gibt bei Erfolg Fehler/ExceptionsThrows a PDOException if there is no active transaction.
Beispiele
Beispiel #1 Committing a basic transaction
<?php
Beispiel #2 Committing a DDL transaction
<?php
|