downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mysqli_warning::__construct> <mysqli_driver::$report_mode
[edit] Last updated: Fri, 17 May 2013

view this page in

The mysqli_warning class

(PHP 5)

Introduction

Represents a MySQL warning.

Class synopsis

mysqli_warning {
/* Properties */
public $message ;
public $sqlstate ;
public $errno ;
/* Methods */
public __construct ( void )
public void next ( void )
}

Properties

message

Message string

sqlstate

SQL state

errno

Error number

Table of Contents



add a note add a note User Contributed Notes mysqli_warning - [1 notes]