Statement on glibc/iconv Vulnerability

The mysqli_warning class

(PHP 5, PHP 7, PHP 8)

Giriş

Represents a MySQL warning.

Sınıf Sözdizimi

final class mysqli_warning {
/* Özellikler */
public string $message;
public int $errno;
/* Yöntemler */
private __construct()
public next(): bool
}

Özellikler

message

Message string

sqlstate

SQL state

errno

Error number

İçindekiler

add a note

User Contributed Notes

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