実行時設定
php.ini の設定により動作が変化します。
| 名前 | デフォルト | 変更可能 | Changelog |
|---|---|---|---|
| htscanner.config_file | ".htscanner" | PHP_INI_SYSTEM | |
| htscanner.default_docroot | "/" | PHP_INI_SYSTEM | |
| htscanner.default_ttl | "300" | PHP_INI_SYSTEM | |
| htscanner."stop_on_error" | "Off" | PHP_INI_SYSTEM |
PHP_INI_* モードの詳細および定義については どこで設定を行うのか を参照してください。
以下に設定ディレクティブに関する 簡単な説明を示します。
- htscanner.config_file string
-
設定ファイルとして使用するファイルの名前。
- htscanner.default_docroot string
-
デフォルトのドキュメントルート。
- htscanner.default_ttl int
-
設定データのキャッシュのタイムアウト秒数。
- htscanner.stop_on_error int
-
エラー時 (パースエラー、ini 項目の設定に失敗など) に停止する。
実行時設定
There are no user contributed notes for this page.
