The mysqli_warning class

(PHP 5, PHP 7, PHP 8)

Giriş

Represents a MySQL warning.

Sınıf Sözdizimi

finalclassmysqli_warning {
publicint$errno;
private__construct()
publicnext(): bool
}

Özellikler

message

Message string

sqlstate

SQL state

errno

Error number

İçindekiler

To Top