Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的PHP 代码中有类似数据库事务的东西
PHP
我的问题是:
- 将 n 个数据添加到数据库
-添加到某个文件
如果其中一个失败,我想取消整个过程。有人让我使用PDO,但这不是我想要的。有什么帮助吗?
PDO
这是一个非常好的和有用的问题,但这是不可能的。
如果您想在 中进行交易mysql,这很容易并且很明显您自己知道。
mysql
但请考虑:
如何将php您的请求反转到 Web 服务、套接字、电子邮件或...
php
php即使有PDO图书馆,也不可能在 中做这样的事情。PDO用于php-mysql交易
php-mysql