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
PHP lchown() Function Explained: How to Change File and Directory Owners
8
How to get and add a new include path through get_include_path()
6
Use mysqli_stmt::$error to improve SQL injection defense debugging capabilities
6
How to Use PHP’s str_shuffle() Function to Generate Random Captchas? Specific Implementation Methods
6
Similar Functions
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::setFetchMode
PDOStatement::setFetchMode
Setthedefaultacquisi
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDO::quote
PDO::quote
Addquotestostringsin
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
Popular Articles