PHP » GoLang |
login |
register |
about
|
GoLang mysqli::begin_transaction
request it (418)
GoLang replacement for PHP's mysqli::begin_transaction
[edit | history]
mysqli::begin_transactionmysqli_begin_transaction(PHP 5 >= 5.5.0, PHP 7) mysqli::begin_transaction -- mysqli_begin_transaction — Starts a transaction DescriptionObject oriented style (method):
public bool mysqli::begin_transaction
([ int
$flags
[, string $name
]] )Procedural style: Begins a transaction. Requires the InnoDB engine (it is enabled by default). For additional details about how MySQL transactions work, see » http://dev.mysql.com/doc/mysql/en/commit.html. Parameters
Return Values
Returns ExamplesExample #1 $mysqli->begin_transaction() example Object oriented style
<?php Procedural style
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|