Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::beginTransaction
PDO::beginTransaction
Start a transaction
Name:
PDO::beginTransaction
Category:
PDO
Programming Language:
php
One-line Description:
Start a transaction
Related
What are the differences in the implementation of PDO::beginTransaction in MySQL and PostgreSQL?
9
How to Determine if PDO::beginTransaction Has Successfully Started a Transaction? Methods for Detection
6
Analysis of the relationship between PDO::beginTransaction and automatic submission mode
5
Similar Functions
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDOStatement::setFetchMode
PDOStatement::setFetchMode
Setthedefaultacquisi
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
Popular Articles
How to Determine if PDO::beginTransaction Has Successfully Started a Transaction? Methods for Detection
What are the differences in the implementation of PDO::beginTransaction in MySQL and PostgreSQL?
Analysis of the relationship between PDO::beginTransaction and automatic submission mode