運(yùn)行時(shí)配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。

Tidy Configuration Options
名字 默認(rèn) 可修改范圍 更新日志
tidy.default_config "" PHP_INI_SYSTEM  
tidy.clean_output "0" PHP_INI_USER  
有關(guān) PHP_INI_* 樣式的更多詳情與定義,見(jiàn) 配置可被設(shè)定范圍。

這是配置指令的簡(jiǎn)短說(shuō)明。

tidy.default_config string

Default path for tidy config file.

tidy.clean_output bool

Turns on/off the output repairing by Tidy.

警告

Do not turn on tidy.clean_output if you are generating non-html content such as dynamic images.