MySQLi_Warning類

MySQLi_Warning類

(PHP 5, PHP 7, PHP 8)

簡介

表示一個 MySQL 警告。

類摘要

class mysqli_warning {
/* 屬性 */
public $message;
public $sqlstate;
public $errno;
/* 方法 */
public next(): bool
}

屬性

message

訊息字串

sqlstate

SQL狀態

errno

錯誤編號

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *