tidy_setoptUpdates the configuration settings for the specified tidy document
&reftitle.description;
booltidy_setoptstringoptionmixedvaluetidy_setopt updates the specified
option with a new value.
&reftitle.parameters;
option
The tidy option name. A list of available configuration options may
be found at: &url.tidy.conf;.
value
The tidy option name.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
tidy_setopt example
test';
$tidy = tidy_parse_string($html);
tidy_setopt('indent', FALSE);
?>
]]>
&reftitle.notes;
¬e.tidy.1only;
&reftitle.seealso;
tidy_getopttidy_get_configtidy_reset_configtidy_save_config