SitePhpErrorLogFlag interface
用於取得 PHP 錯誤記錄旗標。
- Extends
屬性
local |
本機log_errors設定。 |
local |
本機log_errors_max_len設定。 |
master |
主要log_errors設定。 |
master |
主要log_errors_max_len設定。 |
繼承的屬性
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
kind | 資源種類。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
localLogErrors
本機log_errors設定。
localLogErrors?: string
屬性值
string
localLogErrorsMaxLength
本機log_errors_max_len設定。
localLogErrorsMaxLength?: string
屬性值
string
masterLogErrors
主要log_errors設定。
masterLogErrors?: string
屬性值
string
masterLogErrorsMaxLength
主要log_errors_max_len設定。
masterLogErrorsMaxLength?: string
屬性值
string
繼承的屬性詳細資料
id
kind
name
資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自