(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:
| Пред. | Начало | След. |
| PDOStatement::errorCode | Уровень выше | PDOStatement::execute |