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, 26 Apr 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]
up
0
hlopetz at gmail com
2 months ago
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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites