Statement on glibc/iconv Vulnerability

The mysqli_warning class

(PHP 5, PHP 7, PHP 8)

Introduzione

Represents a MySQL warning.

Sommario della classe

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

Proprietà

message

Message string

sqlstate

SQL state

errno

Error number

Indice dei contenuti

add a note

User Contributed Notes

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