码迷,mamicode.com
首页 > 其他好文 > 详细

file_get_contents()函数

时间:2016-12-12 19:06:35      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:code   读取   json   data   str   函数   content   nbsp   file   

 $data = file_get_contents(‘http://www.zgjmwl.com/jinshui/pro_one/ceshi_a.php‘);
 var_dump(substr($data,3));
 //用php读取json数据;
 //substr($data,3)去掉BOM头
 $data_arr = json_decode(substr($data,3),true);
 echo $data_arr["user"];    

file_get_contents()函数

标签:code   读取   json   data   str   函数   content   nbsp   file   

原文地址:http://www.cnblogs.com/jinshui/p/6165354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!