PHP Manualmaxdb_autocommitmaxdb::auto_commit(PECL maxdb >= 1.0) maxdb_autocommit -- maxdb::auto_commit — Turns on or off auto-commiting database modifications DescriptionProcedural style
bool maxdb_autocommit
( resource
$link
, bool $mode
)Object oriented style
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 Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: See Also
![]() |
PHP-Index
New Tutorial entries
|