Mysqli
PHP Manual

The mysqli_warning class

(PHP 5)

Introduzione

Represents a MySQL warning.

Sommario dellla classe

mysqli_warning {
/* Proprietà */
public $message ;
public $sqlstate ;
public $errno ;
/* Metodi */
public __construct ( void )
public void next ( void )
}

Proprietà

message

Message string

sqlstate

SQL state

errno

Error number

Indice dei contenuti


Mysqli
PHP Manual