Query: mysqli_release_savepoint
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_RELEASE_SAVEPOINT(3) 1 MYSQLI_RELEASE_SAVEPOINT(3) mysqli::release_savepoint - Removes the named savepoint from the set of savepoints of the current transaction Object oriented style (method):SYNOPSISpublic bool mysqli::release_savepoint (string $name)DESCRIPTIONProcedural style: bool mysqli_release_savepoint (mysqli $link, string $name) Warning This function is currently not documented; only its argument list is available.PARAMETERSo $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3) o $name -RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOmysqli_rollback(3). PHP Documentation Group MYSQLI_RELEASE_SAVEPOINT(3)