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

url-php 网页内容抓取问题

WBOY
Release: 2016-06-02 11:30:57
Original
957 people have browsed it

phpurl

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

}

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template