Werbung
The MySQLi_Warning class
Einführung
Represents a MySQL warning.
Klassenbeschreibung
mysqli_warning
mysqli_warning
{
/* Properties */
public
$message
;
public
$sqlstate
;
public
$errno
;
/* Methods */
__construct
( void
)
}Eigenschaften
- message
-
Message string
- sqlstate
-
SQL state
- errno
-
Error number
Inhaltsverzeichnis
- mysqli_warning::__construct — The __construct purpose
- mysqli_warning::next — The next purpose