update : 2015.11.03
php.shukuma.com검색:
|
oci_commit(PHP 5, PECL OCI8 >= 1.1.0) oci_commit — Commits the outstanding database transaction 설명
bool oci_commit
( resource
$connection
)
Commits the outstanding transaction for the
Oracle
A transaction begins when the first SQL statement that changes data
is executed with oci_execute() using
the When inserting or updating data, using transactions is recommended for relational data consistency and for performance reasons. 인수
반환값
성공 시 예제
Example #1 oci_commit() example
<?php 주의
참고
|