mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual
The mysqli_warning class
(PHP 5)
Wstęp
Represents a MySQL warning.
Krótki opis klasy
mysqli_warning
{
/* Właściwości */
public
$
message
;
public
$
sqlstate
;
public
$
errno
;
/* Metody */
public
__construct
(
void
)
public
void
next
(
void
)
}
Właściwości
message
Message string
sqlstate
SQL state
errno
Error number
Spis treści
mysqli_warning::__construct
— The __construct purpose
mysqli_warning::next
— The next purpose
mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual