Introduction
PHP Manual
PHP Manual»MySQLi»mysqli_warning

La classe mysqli_warning

(PHP 5, PHP 7, PHP 8)

Représente une alerte MySQL.

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

Le message

sqlstate

Le statut SQL

errno

Le numéro de l'erreur

Sommaire

To Top