update : 2015.11.03
php.shukuma.com검색:
|
tidy_get_output(PHP 5, PECL tidy >= 0.5.2) tidy_get_output — Return a string representing the parsed tidy markup 반환값Returns the parsed tidy markup. 예제
Example #1 tidy_get_output() example
<?php 위 예제의 출력: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title></title> </head> <body> <p>paragraph</p> </body> </html> |