update : 2015.11.03
php.shukuma.com검색:
|
maxdb_commitmaxdb::commit(PECL maxdb >= 1.0) maxdb_commit -- maxdb::commit — Commits the current transaction 설명절차식 형식
bool maxdb_commit
( resource
$link
)객체 기반 형식
bool maxdb::commit
( void
)
Commits the current transaction for the database connection specified by the
반환값
성공 시 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php The above examples produces no output. 참고
|