mysqli_warning::next
别名和过时的Mysqli 函数
Mysqli
PHP Manual
mysqli异常类
(PHP 5, PHP 7)
简介
mysqli异常类
类摘要
mysqli_sql_exception
extends
RuntimeException
{
/* 属性 */
protected
string
$
sqlstate
;
/* 继承的属性 */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
}
属性
sqlstate
出现错误的sql状态
mysqli_warning::next
别名和过时的Mysqli 函数
Mysqli
PHP Manual