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
Common Reasons Why the is_writable Function Returns False and How to Fix Them
4
What’s the Difference Between ftp_nlist and ftp_rawlist Functions? How to Choose the Most Suitable One Based on Your Needs
5
How to use strnatcasecmp to sort alphanumeric files with alphanumeric?
9
Mysqli::refresh combined with MYSQLI_REFRESH_TABLES constant
4
Similar Functions
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::commit
PDO::commit
Submittransactions
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDOStatement::setFetchMode
PDOStatement::setFetchMode
Setthedefaultacquisi
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
Popular Articles