PHP
Database/MySQL

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_driver::$report_mode

mysqli_warning::__construct →