批量替换网址输出

<?php

funciton output(){

$content = preg_replace($searcharray, $replacearray, ob_get_contents());
ob_end_clean();
$GLOBALS['gzipcompress'] ? ob_start('ob_gzhandler') : ob_start();

echo $content;

}

?>

posted on 2014-04-10 22:14  网宗  阅读(208)  评论(0编辑  收藏  举报

糗乐网-糗事|乐事|天下事