略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: mysqli::savepoint

2024-04-29

mysqli::savepoint

mysqli_savepoint

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

mysqli::savepoint -- mysqli_savepoint在当前事务中增加一个命名保存点

说明

面向对象风格 (method):

public mysqli::savepoint(string $name): bool

过程化风格:

mysqli_savepoint(mysqli $link, string $name): bool

警告

本函数还未编写文档,仅有参数列表。

参数

mysql

仅以过程化样式:由mysqli_connect()mysqli_init() 返回的 mysqli 对象。

name

返回值

成功时返回 true, 或者在失败时返回 false

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/mysqli.savepoint.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3