Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::errorInfo
PDO::errorInfo
Gets the extended error message associated with the last action on the database handle
Name:
PDO::errorInfo
Category:
PDO
Programming Language:
php
One-line Description:
Gets the extended error message associated with the last action on the database handle
Related
Practical Tips for Debugging MySQL Query Syntax Errors Using mysqli_stmt::$error_list
1
What Performance Optimization Factors Should Be Considered When Using the session_gc Function to Clean Expired Sessions?
5
Practical Guide to Efficient Integration of ASPX and PHP on Kangle Server
3
How to use apcu_entry to cache page content to improve site performance
9
Similar Functions
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
PDO::quote
PDO::quote
Addquotestostringsin
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDO::setAttribute
PDO::setAttribute
Setproperties
Popular Articles