Home
PHP
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
Parameterize the filtering rules of array_filter() to suit different scenarios
6
Get the method, timeout, header and other settings in HTTP requests
4
Implement the download button: the front-end triggers the request, and the back-end uses header() to push the file
9
Encapsulate a universal packaging function that supports multiple formats
10
Similar Functions
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
Popular Articles