update : 2015.11.03
php.shukuma.com검색:
|
PDO::commit(PHP 5 >= 5.1.0, PECL pdo >= 0.1.0) PDO::commit — Commits a transaction 설명
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. 반환값
성공 시 예제
Example #1 Committing a basic transaction
<?php
Example #2 Committing a DDL transaction
<?php
참고
|