update : 2015.11.03
php.shukuma.com

검색:
 
 
Save current settings to named file

tidy_save_config

(PECL tidy >= 0.5.2)

tidy_save_configSave 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: This function is only available in Tidy 1.0. It became obsolete in Tidy 2.0, and thus has been removed.

참고