tidy_save_config
(PECL tidy >= 0.5.2)
tidy_save_config — Save current settings to named file
说明
bool tidy_save_config ( string $filename )Saves current settings to the specified file. Only non-default values are written.
参数
- filename
-
Path to the config file.
返回值
成功时返回 TRUE, 或者在失败时返回 FALSE.
注释
Note: 此函数仅可在 Tidy 1.0 中有效。在 Tidy 2.0 中,其已过时并已被移除。
参见
- tidy_get_config() - Get current Tidy configuration
- tidy_getopt() - Returns the value of the specified configuration option for the tidy document
- tidy_reset_config() - Restore Tidy configuration to default values
- tidy_setopt() - Updates the configuration settings for the specified tidy document