(PHP 5 >= 5.5.0)
mysqli::begin_transaction -- mysqli_begin_transaction — Starts a transaction
Object oriented style (method):
$flags
[, string $name
]] )Procedural style:
This function is currently not documented; only its argument list is available.
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
flags
name
Returns TRUE
on success or FALSE
on failure.