The mysqli_sql_exception class

(PHP 5)

Введение

The mysqli exception handling class.

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

mysqli_sql_exception extends RuntimeException {
/* Свойства */
protected string $sqlstate ;
/* Наследуемые свойства */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
}

Свойства

sqlstate

The sql state with the error.

Коментарии

<?php  mysqli_report(MYSQLI_REPORT_STRICT?>
 was not enough for me to enable exception throwing. I had to write this:
<?php mysqli_report(MYSQLI_REPORT_ERROR MYSQLI_REPORT_STRICT); ?>
2015-11-02 17:34:07
http://php5.kiev.ua/manual/ru/class.mysqli-sql-exception.html

    Поддержать сайт на родительском проекте КГБ