PHP » GoLang |
login |
register |
about
|
GoLang maxdb_autocommit
request it (347)
GoLang replacement for PHP's maxdb_autocommit
[edit | history]
maxdb_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
|
more
Recently updated
more
Most requested
more
Last requests
|