The mysqli_warning class

Introduction

Represents a MySQL warning.

Class synopsis

final mysqli_warning
/* Properties */
public string $message;
public string $sqlstate;
public int $errno;
/* Methods */
private __construct()
public bool next()

Properties

message

Message string

sqlstate

SQL state

errno

Error number

Table of Contents