mysqli::savepoint

mysqli_savepoint

(PHP 5 >= 5.5.0)

mysqli::savepoint -- mysqli_savepointSet a named transaction savepoint

Опис

Об'єктно-орієнтований стиль (method):

public bool mysqli::savepoint ( string $name )

Процедурний стиль:

bool mysqli_savepoint ( mysqli $link , string $name )

Увага

This function is currently not documented; only its argument list is available.

Параметри

link

Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

name

Значення, що повертаються

Повертає TRUE в успішному випадку або FALSE в разі помилки.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top