主页 > 编程资料 > PHP >
发布时间:2018-08-25 作者:apizl 阅读:466次

PHP使用file_get_content设置头信息的方法具体如下:

 $header = array(
            'http' => array('header' =>
                "Referer: http://www.apizl.comr\n" .
                "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36\r\n" .
                "",
                'timeout' => 15
            ),
        );
        $context = stream_context_create($header );
        $imageData = file_get_contents($imageFile, 0, $context);

php使用file_get_content设置请求header参数

文章由爱资料原创本文地址:https://www.apizl.com/archives/view-134321-1.html,转载请以链接形式标明本文地址!
关键字词: