mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual
The MySQLi_Warning class
简介
Represents a MySQL warning.
类摘要
mysqli_warning
{
/* 属性 */
public
$message
;
public
$sqlstate
;
public
$errno
;
/* 方法 */
__construct
(
void
)
public
void
next
(
void
)
}
属性
message
Message string
sqlstate
SQL state
errno
Error number
Table of Contents
mysqli_warning::__construct
— The __construct purpose
mysqli_warning::next
— The next purpose
mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual