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
str_split The pit of array crossing bounds when combined with for loop
7
How to deal with encoding issues in combination with json_encode and mysqli::get_charset?
6
date_sunset() output is an integer timestamp, how to convert it correctly
3
How to incrementally hash a file using hash_update_stream()
10
Similar Functions
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDO::prepare
PDO::prepare
Preparethestatementt
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDO::query
PDO::query
ExecuteSQLstatements
PDO::exec
PDO::exec
ExecuteSQLstatementa
Popular Articles