執行時期設定

這些函式的行為受 php.ini 的影響。

htscanner 設定選項
名字 預設 可修改範圍 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_* 常數進一步的細節與定義參見Where a configuration setting may be set

以下是設定選項的簡要解釋。

htscanner.config_file string

Filename to use as configuration file.

htscanner.default_docroot string

Default document root.

htscanner.default_ttl int

Cache time out for the configuration data, in seconds.

htscanner.stop_on_error int

Stop on error (parse error, cannot set an ini setting).

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top