MYSQLI_SAVEPOINT(3) 1 MYSQLI_SAVEPOINT(3)
mysqli::savepoint - Set a named transaction savepoint
Object oriented style (method):
SYNOPSIS
public bool mysqli::savepoint (string $name)
DESCRIPTION
Procedural style:
bool mysqli_savepoint (mysqli $link, string $name)
Warning
This function is currently not documented; only its argument list is available.
PARAMETERS
o $
link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)
o $name
-
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
mysqli_commit(3).
PHP Documentation Group MYSQLI_SAVEPOINT(3)