PHP » GoLang |
login |
register |
about
|
PDO::commit(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) PDO::commit — Commits a transaction Description
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. Return Values
Returns Errors/ExceptionsThrows a PDOException if there is no active transaction.
Examples
Example #1 Committing a basic transaction
<?php
Example #2 Committing a DDL transaction
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|