|
PHP5中文手册
tidy_clean_repair(PHP 5, PECL tidy:0.5.2-1.2) tidy_clean_repair — Execute configured cleanup and repair operations on parsed markup DescriptionProcedural style:
bool tidy_clean_repair
( tidy $object
)
Object oriented style:
bool tidy->cleanRepair
( void
)
This function cleans and repairs the given tidy object .
Example#1 tidy_clean_repair() example
<?php 上例将输出:
See also tidy_repair_file() and tidy_repair_string(). |