はじめに
PHP Manual
PHP Manual»MySQLi»mysqli_warning

mysqli_warning クラス

(PHP 5, PHP 7, PHP 8)

MySQL の警告を表します。

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

メッセージ文字列

sqlstate

SQL state

errno

エラー番号

目次

To Top