« mysqli_driver::$report_mode
mysqli_warning::next »
PHP Manual
Mysqli
MySQLi_Warning类
MySQLi_Warning类
(PHP 5, PHP 7, PHP 8)
简介
表示一个 MySQL 警告。
类摘要
class
mysqli_warning
{
/* 属性 */
public
$
message
;
public
$
sqlstate
;
public
$
errno
;
/* 方法 */
public
next
():
bool
}
属性
message
消息字符串
sqlstate
SQL状态
errno
错误编号
目录
mysqli_warning::next
— Fetch next warning