HOME

The mysqli_warning class
Mysqli
PHP Manual

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


Mysqli
PHP Manual