$r){ $array[$key]=trim($r); //去除空白字符 } $new_array=array_values(array_unique($array));//消除重复行 if(file_put_contents($new_filename,join(\r\n,$new_array))) { echo get subdomain success!\r\n; if(file_exists('tmp')) { @unlink('tmp'); echo clear cache ...; } } exit;?>
摘自 http://hi.baidu.com/nginxshell
http://www.bkjia.com/phpjc/478328.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/478328.htmltecharticle?php header(content-type: text/html;charset=utf-8); set_time_limit(0); error_reporting(e_error); function geturl($keywords, $page, $num) { $page = ($page - 1) * 10; $content = file...
