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
How to parse and modify the namespace in an XML file using xml_set_end_namespace_decl_handler?
1
How to embed highlight code from highlight_file output in HTML page
8
Application case analysis of socket_cmsg_space in file transfer
10
Implement FTP file browser using ftp_login + ftp_rawlist
2
Similar Functions
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDOStatement::setFetchMode
PDOStatement::setFetchMode
Setthedefaultacquisi
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
Popular Articles