php 批量查询搜狗sogou

WBOY
リリース: 2016-06-06 19:38:23
オリジナル
728 人が閲覧しました

php批量查询搜狗sogou http://blog.ppsql.net/post-1858.html 无 ?phpdate_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

php 批量查询搜狗sogou

http://blog.ppsql.net/post-1858.html
<?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;	
	}
}
ログイン後にコピー
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!