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
property_exists Common traps when judging whether an object property exists or not
7
9
Use stream_bucket_make_writeable to read blocks of data in a stream
5
Combining mb_get_info and mb_regex_encoding for regular expression encoding settings
5
Similar Functions
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDOStatement
PDOStatement
PDOStatementclass
PDO::commit
PDO::commit
Submittransactions
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
Popular Articles