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 Achieve Bi-directional Communication Between Client and Server Using socket_export_stream?
3
Example of stmt_init combined with JSON datastore
3
Use array_flip() to transform JSON data
4
Complete Guide to Data Statistics and Report Generation Using PHP and SQLite
8
Similar Functions
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDO::quote
PDO::quote
Addquotestostringsin
PDO::inTransaction
PDO::inTransaction
Checkifitisinsidethe
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
Popular Articles