Dutch PHP Conference 2025 - Call For Papers

The mysqli_warning class

(PHP 5, PHP 7, PHP 8)

Вступ

Represents a MySQL warning.

Короткий огляд класу

final class mysqli_warning {
/* Властивості */
public string $message;
public int $errno;
/* Методи */
private __construct()
public next(): bool
}

Властивості

message

Message string

sqlstate

SQL state

errno

Error number

Зміст

add a note

User Contributed Notes

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