The mysqli_warning class

From Get docs
Php/docs/latest/class.mysqli-warning


The mysqli_warning class

Introduction

(PHP 5, PHP 7, PHP 8)

Represents a MySQL warning.

Class synopsis

final class 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


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.mysqli-warning.php