mysql_xdevapi\Session
PHP Manual

Session::setSavepoint

(No version information available, might only be in Git)

Session::setSavepointCreate savepoint

Description

public string mysql_xdevapi\Session::setSavepoint ([ string $name ] )

Create a new savepoint for the transaction.

Warning

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

Parameters

name

Return Values

Examples

Example #1 mysql_xdevapi\Session::setSavepoint() example

<?php

/* ... */

?>

mysql_xdevapi\Session
PHP Manual