(PHP 5 >= 5.5.0, PHP 7, PHP 8)
mysqli::savepoint -- mysqli_savepoint — Set a named transaction savepoint
Nesne yönelimli kullanım
Yordamsal kullanım:
This function is identical to executing $mysqli->query("SAVEPOINT `$name`");
bağlantı
Sadece yordamsal tarz: mysqli_connect() veya mysqli_init() işlevinden dönen bir mysqli nesnesi.
name
The identifier of the savepoint.