mysqli::begin_transaction
mysqli_begin_transaction
Starts a transaction
Description
Object oriented style (method):
public bool mysqli::begin_transaction
([ int $flags
[, string $name
]] )
bool mysqli_begin_transaction
( mysqli $link
[, int $flags
[, string $name
]] )
WarningThis function is
currently not documented; only its argument list is available.
Parameters
-
link
-
Procedural style only: A link identifier
returned by mysqli_connect or mysqli_init
-
flags
-
-
name
-
Return Values
Returns TRUE
on success or FALSE
on failure.
See Also
- mysqli_autocommit
- mysqli_commit
- mysqli_rollback