PHP. Руководство по PHP. 2005
maxdb_autocommit
maxdb_autocommit
(PECL)maxdb_autocommit
(no version information, might be only in CVS) maxdb->auto_commit -- Turns on or off auto-commiting database modifications
Description
Procedural style:bool maxdb_autocommit (resource link, bool mode)
Object oriented style (method)class maxdb {
bool 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 link resource.