Home
PHP
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
How to avoid connection leakage after curl_multi_close
8
serialize vs. XML and CSV formats: Which format is better for data storage?
6
Dynamically manage namespaces in XML parsing via xml_set_end_namespace_decl_handler
1
Detailed explanation of the basic usage of mysqli_stmt::$error
9
Similar Functions
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::commit
PDO::commit
Submittransactions
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
Popular Articles