Php/docs/class.mysqli-warning

From Get docs

(PHP 5, PHP 7)

Introduction

Represents a MySQL warning.


Class synopsis


final mysqli_warning {

/* Properties */

public $message

public $sqlstate

public $errno

/* Methods */

public next ( ) : bool

}

Properties

message
Message string
sqlstate
SQL state
errno
Error number


Table of Contents