Giriş
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 {
/* Özellikler */
public string $message;
public int $errno;
/* Yöntemler */
private function __construct()
public function next(): bool
}
message

Message string

sqlstate

SQL state

errno

Error number

İçindekiler

To Top