tidy_setoptUpdates the configuration settings for the specified tidy documentDescriptionbooltidy_setoptstringoptionmixedvaluetidy_setopt updates the specified
option with a new value.
You will find a list with each configuration option at: &url.tidy.conf;.
tidy_setopt example
test';
$tidy = tidy_parse_string($html);
tidy_setopt('indent', FALSE);
?>
]]>
See also tidy_getopt,
tidy_get_config,
tidy_reset_config and
tidy_save_config.
¬e.tidy.1only;