11111
PDOStatement::errorInfo
(no version information, might be only in CVS)PDOStatement::errorInfo --
Fetch extended error information associated with the last operation on the statement handle
| Внимание | 
| 
 -Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.  | 
- PDOStatement::errorInfo() returns an array of
error information about the last operation performed by this
statement handle. The array consists of the following fields:
| Element | Information | 
|---|---|
| 0 | SQLSTATE error code (a five-character alphanumeric identifier defined
 in the ANSI SQL standard).  | 
| 1 | Driver-specific error code. | 
| 2 | Driver-specific error message. | 
-