The MySQLi_Warning class
Introduction
Represents a MySQL warning.
Class synopsis
mysqli_warning
{
/* Properties */
public
$mysqli_warning->message
;
public
$sqlstate
;
public
$errno
;
/* Methods */
mysqli_warning::__construct
( void
)
}Properties
- message
-
Message string
- sqlstate
-
SQL state
- errno
-
Error number
Table of Contents
- mysqli_warning::__construct - The __construct purpose
- mysqli_warning::next - The next purpose




