tidy_save_config

(PECL tidy >= 0.5.2)

tidy_save_configSave current settings to named file

Descrição

bool tidy_save_config ( string $filename )

Saves current settings to the specified file. Only non-default values are written.

Parâmetros

filename

Path to the config file.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Notas

Nota: Esta função somente está disponível no Tidy 1.0. Ela está obsoleta no Tidy 2.0, sendo removida desde então.

Veja Também

  • tidy_get_config()
  • tidy_getopt()
  • tidy_reset_config() - Restore Tidy configuration to default values
  • tidy_setopt() - Updates the configuration settings for the specified tidy document

add a note add a note

User Contributed Notes

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