update : 2015.11.03
php.shukuma.com검색:
|
maxdb_autocommitmaxdb::auto_commit(PECL maxdb >= 1.0) maxdb_autocommit -- maxdb::auto_commit — Turns on or off auto-commiting database modifications 설명절차식 형식
bool maxdb_autocommit
( resource
$link
, bool $mode
)객체 기반 형식
bool maxdb::auto_commit
( bool
$mode
)
maxdb_autocommit() is used to turn on or off auto-commit mode
on queries for the database connection represented by the 반환값
성공 시 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: 참고
|