php / 8.1.5 / class.mysqli-warning.html /

The mysqli_warning class

Introduction

(PHP 5, PHP 7, PHP 8)

Represents a MySQL warning.

Class synopsis

final class mysqli_warning {
/* Properties */
public string $message;
public string $sqlstate;
public int $errno;
/* Methods */
private __construct()
public next(): bool
}

Properties

message

Message string

sqlstate

SQL state

errno

Error number

Table of Contents

© 1997–2021 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