Mysqli
PHP Manual

The MySQLi_Warning class

Introduction

Represents a MySQL warning.

Class synopsis

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

Properties

message

Message string

sqlstate

SQL state

errno

Error number

Table of Contents


Mysqli
PHP Manual