update : 2015.11.03
php.shukuma.com검색:
|
tidy::cleanRepairtidy_clean_repair(PHP 5, PECL tidy >= 0.5.2) tidy::cleanRepair -- tidy_clean_repair — Execute configured cleanup and repair operations on parsed markup 설명객체 기반 형식
bool tidy::cleanRepair
( void
)
절차식 형식
This function cleans and repairs the given tidy
반환값
성공 시 예제
Example #1 tidy::cleanrepair() example
<?php 위 예제의 출력: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title></title> </head> <body> <p>test</p> </body> </html> 참고
|