If you are using the object oriented style of Tidy options are set when calling tidy::parseString(...).
Read more at http://us3.php.net/manual/en/function.tidy-parse-string.php
(PECL tidy >= 0.5.2)
tidy_setopt — Belgenin yapılandırma seçeneklerini günceller
Belgenin seçenek
seçeneğinin değerini
değer
ile günceller.
seçenek
Tidy seçenek ismi. Yapılandırma seçeneklerinin açıklamalarını » http://tidy.sourceforge.net/docs/quickref.html adresinde bulabilirsiniz.
değer
Seçeneğin yeni değeri.
Başarı durumunda TRUE
, başarısızlık durumunda FALSE
döner.
Örnek 1 - tidy_setopt() örneği
<?php
$html = '<p>test</i>';
$tidy = tidy_parse_string($html);
tidy_setopt('indent', FALSE);
?>
Bilginize: Bu işlev sadece Tidy 1.0 ile kullanılabilir. Tidy 2.0'dan itibaren kullanımı önerilmemekte olup bu nedenle de kaldırılmıştır.
If you are using the object oriented style of Tidy options are set when calling tidy::parseString(...).
Read more at http://us3.php.net/manual/en/function.tidy-parse-string.php