文字

MySQLi_Warning类

(PHP 5)

简介

代表一个Mysql警告。

类摘要

mysqli_warning {
public $message ;
public $sqlstate ;
public $errno ;
public __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

用户评论:

[#1] hlopetz at gmail com [2013-02-04 12:51:27]

mysqli_warning::__construct() seems protected according reflection:

== Class: mysqli_warning
Could not construct class mysqli_warning
Message: Access to non-public constructor of class mysqli_warning

上一篇: 下一篇: