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
Complete Guide to Installing PHP7 Extensions: Swoole, Yaf, and gRPC Setup
8
PHP fileatime() Function Explained: How to Retrieve the Last Access Time of a File
8
Comprehensive Guide to PHP Probe Usage Principles and Techniques, Enhance Server Performance and Security
6
The role of cosh function in a PHP + JavaScript hybrid project
9
Similar Functions
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
Popular Articles