(PHP 5 >= 5.5.0, PHP 7)
mysqli::savepoint -- mysqli_savepoint — Set a named transaction savepoint
Objektorientierter Stil
$name
) : boolProzeduraler Stil:
This function is identical to executing $mysqli->query("SAVEPOINT `$name`");
link
Nur bei prozeduralem Aufruf: Ein von mysqli_connect() oder mysqli_init() zurückgegebenes Verbindungsobjekt.
name
The identifier of the savepoint.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.