The mysqli_warning class
Introduction
(PHP 5, PHP 7)
Represents a MySQL warning.
Class synopsis
final mysqli_warning {
/* Properties */
public $message ;
public $sqlstate ;
public $errno ;
/* Methods */
public next ( ) : bool}
Properties
- message
-
Message string
- sqlstate
-
SQL state
- errno
-
Error number
Table of Contents
- mysqli_warning::next — Fetch next warning
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.mysqli-warning.php