请求数据

请求数据

 

    /*
     * 
     * */
    public function getmingRenProLst($url){
        $opts = array('http' => array('method' => 'GET', 'header'  => 'Content-type: application/json', 'request_fulluri' => true));
        $context = stream_context_create($opts);
        $data = file_get_contents($url, false, $context);
        return $data;
    }

 

posted @ 2017-02-07 16:58  午时的海  阅读(114)  评论(0编辑  收藏  举报