php 采集常用函数_PHP 采集常用函数整理
/*$content = file_get_contents($url);$content = iconv("GBK","UTF-8",$content);print_r($match);*/$url = "http://www.phpchina.com/";$body = fopen_url($url);preg_match_all('|(.*?)|is',$body,$match);preg_...