©
This document uses PHP Chinese website manual Release
(PHP 5 >= 5.5.0)
mysqli::release_savepoint -- mysqli_release_savepoint — Removes the named savepoint from the set of savepoints of the current transaction
面向对象风格 (method):
$name
)过程化风格:
$link
, string $name
)
本函数还未编写文档,仅有参数列表。
link
仅以过程化样式:由 mysqli_connect() 或 mysqli_init() 返回的链接标识。
name
成功时返回 TRUE
, 或者在失败时返回 FALSE
。