Introduzione
PHP Manual
PHP Manual»MySQLi»mysqli_warning

The mysqli_warning class

(PHP 5, PHP 7, PHP 8)

Represents a MySQL warning.

final class mysqli_warning {
/* Proprietà */
public string $message;
public int $errno;
/* Metodi */
private function __construct()
public function next(): bool
}
message

Message string

sqlstate

SQL state

errno

Error number

Indice dei contenuti

To Top