mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual
The MySQLi_Warning class
導入
Represents a MySQL warning.
クラス概要
mysqli_warning
mysqli_warning
{
/* プロパティ */
public
$message
;
public
$sqlstate
;
public
$errno
;
/* メソッド */
__construct
(
void
)
public
void
next
(
void
)
}
プロパティ
message
Message string
sqlstate
SQL state
errno
Error number
目次
mysqli_warning::__construct
— The __construct purpose
mysqli_warning::next
— The next purpose
mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual