Statement on glibc/iconv Vulnerability

La classe mysqli_warning

(PHP 5, PHP 7, PHP 8)

Introduction

Représente une alerte MySQL.

Synopsis de la classe

final class mysqli_warning {
/* Propriétés */
public string $message;
public int $errno;
/* Méthodes */
private __construct()
public next(): bool
}

Propriétés

message

Le message

sqlstate

Le statut SQL

errno

Le numéro de l'erreur

Sommaire

add a note

User Contributed Notes

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