PHP 일괄 쿼리 Sogou sogou의 순위는 매우 좋으며 주로 PHP의 file_get_contents() 메서드를 사용합니다.
<?php date_default_timezone_set('Asia/Shanghai'); header('Content-Type: text/html; charset=utf-8'); @$txt = file_get_contents("list.txt" ); $arr = explode("\r\n" , trim($txt)); if(count($txtarr)<0){ exit('no site'); } foreach($arr as $v){ $sr=file_get_contents("http://rank.ie.sogou.com/sogourank.php?ur=http%3A%2F%2F{$v}%2F"); $sr=str_replace('sogourank=','',$sr); if($sr>2){ echo $v."<br />\n"; }else{ continue; } }
위 내용은 이 글의 전체 내용입니다. 모두 마음에 드셨으면 좋겠습니다.