mysqli_warning (class)
The mysqli_warning class
介绍
(PHP 5, PHP 7)
代表MySQL警告。
类简介
mysqli
_
warning
{
/* Properties */
public $message ;
public $sqlstate ;
public $errno ;
/* Methods */
protected __construct ( void )
public void next ( void )
}
属性
信息
消息字符串
sqlstate
SQL state
errno
Error number
目录
- mysqli_warning::__construct — The __construct purpose
- mysqli_warning :: next - 下一个目的
← mysqli_driver::$report_mode
mysqli_warning::__construct →