TIDY_SAVE_CONFIG(3) 1 TIDY_SAVE_CONFIG(3)
tidy_save_config - Save current settings to named file
SYNOPSIS
bool tidy_save_config (string $filename)
DESCRIPTION
Saves current settings to the specified file. Only non-default values are written.
PARAMETERS
o $filename
- Path to the config file.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note
This function is only available in Tidy 1.0. It became obsolete in Tidy 2.0, and thus has been removed.
SEE ALSO
tidy_get_config(3), tidy_getopt(3), tidy_reset_config(3), tidy_setopt(3).
PHP Documentation Group TIDY_SAVE_CONFIG(3)