mysqli_driver::$report_mode
mysqli_warning::__construct
Mysqli
PHP Manual
MySQLi_Warning类
(PHP 5, PHP 7)
简介
代表一个Mysql警告。
类摘要
mysqli_warning
{
/* 属性 */
public
$
message
;
public
$
sqlstate
;
public
$
errno
;
/* 方法 */
protected
__construct
(
void
)
public
void
next
(
void
)
}
属性
message
消息字符串
sqlstate
SQL状态
errno
错误编号
Table of Contents
mysqli_warning::__construct
— The __construct purpose
mysqli_warning::next
— The next purpose
mysqli_driver::$report_mode
mysqli_warning::__construct
Mysqli
PHP Manual