MySQLi
PHP Manual

mysqli::release_savepoint

mysqli_release_savepoint

(PHP 5 >= 5.5.0, PHP 7)

mysqli::release_savepoint -- mysqli_release_savepointRemoves the named savepoint from the set of savepoints of the current transaction

Descrição

Estilo orientado à objeto (method):

public bool mysqli::release_savepoint ( string $name )

Estilo procedural:

bool mysqli_release_savepoint ( mysqli $link , string $name )

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

link

Somente no estilo procedural: Um recurso link retornado por mysqli_connect() ou mysqli_init()

name

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Veja Também


MySQLi
PHP Manual