mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual
The MySQLi_Warning class
Giriş
Represents a MySQL warning.
Sınıf Sözdizimi
mysqli_warning
{
/* Özellikler */
public
$message
;
public
$sqlstate
;
public
$errno
;
/* Yöntemler */
__construct
(
void
)
public
void
next
(
void
)
}
Özellikler
message
Message string
sqlstate
SQL state
errno
Error number
İçindekiler
mysqli_warning::__construct
— The __construct purpose
mysqli_warning::next
— The next purpose
mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual