PHP: Hypertext Preprocessor (original) (raw)
The mysqli_warning class
(PHP 5, PHP 7, PHP 8)
Introduction
Represents a MySQL warning.
Class synopsis
final class **mysqli_warning {
}
Properties
message
Message string
sqlstate
SQL state
errno
Error number
Table of Contents
- mysqli_warning::__construct — Private constructor to disallow direct instantiation
- mysqli_warning::next — Fetch next warning
Found A Problem?
There are no user contributed notes for this page.