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
PHP strnatcasecmp application tips in email address comparison
8
How to use PDOStatement::rowCount to implement batch operations in combination with transactions
8
PHP hash_final and hash_context management skills
9
Using gmp_prob_prime() in PHP to Determine Prime Numbers Accurately
6
Similar Functions
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDOStatement
PDOStatement
PDOStatementclass
Popular Articles