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, 24 May 2013

view this page in

La clase mysqli_warning

(PHP 5)

Introducción

Representa una advertencia de MySQL.

Sinopsis de la Clase

mysqli_warning {
/* Propiedades */
public $message ;
public $sqlstate ;
public $errno ;
/* Métodos */
public __construct ( void )
public void next ( void )
}

Propiedades

message

Cadena de mensaje

sqlstate

Estado de SQL

errno

Número de error

Tabla de contenidos



add a note add a note User Contributed Notes mysqli_warning - [1 notes]
up
0
hlopetz at gmail com
3 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