mysqli_driver::$report_mode
mysqli_warning::__construct
MySQLi
PHP Manual
The mysqli_warning class
(PHP 5, PHP 7)
Introducere
Represents a MySQL warning.
Sinopsisul clasei
mysqli_warning
{
/* Proprietăți */
public
$
message
;
public
$
sqlstate
;
public
$
errno
;
/* Metode */
protected
__construct
(
void
)
public
void
next
(
void
)
}
Proprietăți
message
Message string
sqlstate
SQL state
errno
Error number
Cuprins
mysqli_warning::__construct
— The __construct purpose
mysqli_warning::next
— The next purpose
mysqli_driver::$report_mode
mysqli_warning::__construct
MySQLi
PHP Manual