The mysqli_warning class

(PHP 5, PHP 7, PHP 8)

Introduction

Represents a MySQL warning.

Class synopsis

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

Properties

message

Message string

sqlstate

SQL state

errno

Error number

Table of Contents

To Top