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
How to Use the mb_str_split Function to Split Multibyte Strings: Step-by-Step Guide with Examples
7
Several examples of abusing get_client_version resulting in a decline in user experience
1
Use array_slice to skip the first few elements of the array
10
In-Depth Analysis of JavaScript and PHP Session Management Techniques and Practices
8
Similar Functions
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
Popular Articles