mysqli
PHP Manual

The mysqli_sql_exception class

(PHP 5)

Введение

The mysqli exception handling class.

Обзор классов

mysqli_sql_exception extends RuntimeException {
/* Свойства */
protected $code ;
protected $sqlstate ;
}

Свойства

message

The error message.

file

The file with the error.

line

The line with the error.

code

The code causing the error.

sqlstate

The sql state with the error.


mysqli
PHP Manual