Home
PHP
Tags
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
Differences in imageopenpolygon()'s performance in different PHP versions
1
7
Use imagecolorallocatealpha() and imagefilledrectangle() to achieve transparent masking effect
4
array_flip() and array_map() to convert data structures
10
Similar Functions
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::quote
PDO::quote
Addquotestostringsin
PDO::setAttribute
PDO::setAttribute
Setproperties
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
Popular Articles