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 ceil() to round up the decimals
3
The difference between using mysqli::debug in CLI and web environments
6
PHP scripts that implement self-time flip (mirror) effects
2
Basic coordination between PHP socket_accept() and socket_create()
9
Similar Functions
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDO::rollBack
PDO::rollBack
Rollbacktransactions
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
Popular Articles