Statement on glibc/iconv Vulnerability

The mysqli_warning class

(PHP 5, PHP 7, PHP 8)

Introduction

Represents a MySQL warning.

Class synopsis

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

Properties

message

Message string

sqlstate

SQL state

errno

Error number

Table of Contents

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top