tidy_setopt

(no version information, might be only in CVS)

tidy_setopt --  Modifie la valeur de l'option de configuration Tidy

Description

bool tidy_setopt ( string option, mixed value )

tidy_setopt() configure l'option option avec la nouvelle valeur value.

Exemple 1. Exemple avec tidy_setopt()

<?php
$html
= '<p>test</i>';

$tidy = tidy_parse_string($html);

tidy_setopt('indent', FALSE);
?>

Voir aussi tidy_getopt(), tidy_get_config(), tidy_reset_config() et tidy_save_config().

Note : Cette fonction n'est disponible qu'avec Tidy 1.0. Elle a été abandonnée en Tidy 2.0 et a donc été supprimée.

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 18:02:17