Home  >  Article  >  Backend Development  >  url-php 网页内容抓取问题

url-php 网页内容抓取问题

WBOY
WBOYOriginal
2016-06-02 11:30:57904browse

phpurl

function url_exists($url)
{
$head = @get_headers($url);

}

$url='http://apk.hiapk.com/appinfo/com.dhyjtyjk';
echo url_exists($url);

对于应用宝上面的详情页,不能够正确显示结果

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn