Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::rollBack
PDO::rollBack
Roll back transactions
Name:
PDO::rollBack
Category:
PDO
Programming Language:
php
One-line Description:
Roll back transactions
Related
How to Use PHP's ceil() Function in Combination with count() for Simple and Practical Pagination Logic?
6
How to Implement Anomaly Detection and Fraud Analysis with PHP
5
Optimize PHP Queries: Efficiently Exclude Specific Field Values
2
How to Solve the PHP Internal Output Character Encoding Inconsistencies Using the sapi_windows_cp_is_utf8 Function?
10
Similar Functions
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
Popular Articles