PHP
Database/MySQL

mysqli_sql_exception (class)

The mysqli_sql_exception class

介绍

(PHP 5, PHP 7)

mysqli异常处理类。

类简介

mysqli_sql_exception 扩展了RuntimeException {

/* Properties */

受保护的字符串$ sqlstate;

/* Inherited properties */

受保护的字符串$ message;

受保护的int $代码;

受保护的字符串$ file;

受保护的 int $ line;

}

属性

SQLSTATE

带有错误的sql状态。

← mysqli_warning::next

Aliases and deprecated Mysqli Functions →