php tidy_parse_string() 函数使用方法
tidy_parse_string() 函数使用方法 [代码片段(11行)]
<?php
$options = array("show-body-only" => true);
$tidy = tidy_parse_string("<B>Hello<I>World!</B></I>", $options);
echo $tidy;
?>
//该片段来自于http://outofmemory.cn
精彩图集
精彩文章






