mysqli_warning クラス

はじめに

MySQL の警告を表します。

クラス概要

final mysqli_warning
/* プロパティ */
public string $message;
public string $sqlstate;
public int $errno;
/* メソッド */
private __construct()
public bool next()

プロパティ

message

メッセージ文字列

sqlstate

SQL state

errno

エラー番号

目次