Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDOStatement::errorCode
PDOStatement::errorCode
Gets the SQLSTATE associated with the last operation on the statement handle
Name:
PDOStatement::errorCode
Category:
PDO
Programming Language:
php
One-line Description:
Gets the SQLSTATE associated with the last operation on the statement handle
Related
Real case: An online bug caused by array_flip()
2
Set cross-domain header (CORS) response: Usage of Access-Control-Allow-Origin
1
stmt_init with type binding: How to correctly use type strings in bind_param
4
Should mysqli::debug be used in production environment?
9
Similar Functions
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDO
PDO
PDOclass
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement::setAttribute
PDOStatement::setAttribute
Setstatementproperti
Popular Articles