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
What Common Errors Occur When Using PHP’s iterator_count Function? How to Handle Them Correctly?
1
How to use curl_close to cooperate with curl_multi_exec for batch request processing?
1
How to Implement Email Advertising Promotion on a Website with PHP and PHPMailer
6
Detailed Explanation and Example Code of Simple Selection Sort Algorithm in PHP
3
Similar Functions
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDOStatement::setAttribute
PDOStatement::setAttribute
Setstatementproperti
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
Popular Articles