0
私はこのコードをチェックしても結果が得られません。ここではyahooでgoogle.comのバックリンクを取得しようとしています。PHP番号を数える関数。
$url = "http://www.google.com";
$page = file_get_contents("http://siteexplorer.search.yahoo.com/search?p=$url&bwm=i&bwmf=a&bwms=p");
$expression = '/<span class="btn">Inlinks \((.*)\)<i class="tl"><\/i>/Us';
preg_match($expression, $page, $matches);
print_r($matches);
サービスを停止しましたか? http://siteexplorer.search.yahoo.com/index.php –