Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDOStatement::errorInfo
PDOStatement::errorInfo
Gets the extended error message associated with the last action on the statement handle
Name:
PDOStatement::errorInfo
Category:
PDO
Programming Language:
php
One-line Description:
Gets the extended error message associated with the last action on the statement handle
Related
Implement FTP file browser using ftp_login + ftp_rawlist
2
Common Pitfalls to Watch Out for When Using date_default_timezone_get() to Retrieve Timezones
5
How to combine socket_create, socket_bind and socket_set_block
10
Optimize delay control in game loops using time_nanosleep
5
Similar Functions
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDO::rollBack
PDO::rollBack
Rollbacktransactions
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDO::quote
PDO::quote
Addquotestostringsin
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
Popular Articles