« mysqli_driver::$report_mode
mysqli_warning::__construct »
PHP Manual
MySQLi
mysqli_warning クラス
mysqli_warning クラス
(PHP 5, PHP 7, PHP 8)
はじめに
MySQL の警告を表します。
クラス概要
final
class
mysqli_warning
{
/* プロパティ */
public
string
$
message
;
public
string
$
sqlstate
;
public
int
$
errno
;
/* メソッド */
private
__construct
()
public
next
():
bool
}
プロパティ
message
メッセージ文字列
sqlstate
SQL state
errno
エラー番号
目次
mysqli_warning::__construct
— インスタンス化を禁止するための private なコンストラクタ
mysqli_warning::next
— 次の警告を取得する
関連キーワード:
mysqli
,
warning
,
クラス
,
public
,
construct
,
next
,
private
,
errno
,
sqlstate
,
string