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
How to Remove Red-Eye Effect from Images Using PHP and Optimize Image Quality
4
Why are boolean and NULL not counted?
9
How to Implement Dynamic Page Generation in a CMS System with PHP to Improve Website Performance and User Experience
9
Initialize the default array of API request parameters
6
Similar Functions
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDO::prepare
PDO::prepare
Preparethestatementt
PDO::commit
PDO::commit
Submittransactions
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDO::inTransaction
PDO::inTransaction
Checkifitisinsidethe
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
Popular Articles