mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual
MySQLi_Warning クラス
導入
MySQL の警告を表します。
クラス概要
mysqli_warning
{
/* プロパティ */
public
$message
;
public
$sqlstate
;
public
$errno
;
/* メソッド */
__construct
(
void
)
public
void
next
(
void
)
}
プロパティ
message
メッセージ文字列
sqlstate
SQL state
errno
エラー番号
目次
mysqli_warning::__construct
? コンストラクタ
mysqli_warning::next
? next
mysqli_driver::embedded_server_start
mysqli_warning::__construct
Mysqli
PHP Manual