file_get_contents()无法打开流:没有错误

时间:2017-02-01 17:11:24

标签: php file

我是php的新手,所以还在搞清楚。我有两个脚本,一个是从其他脚本获取数据但是当我尝试使用file_get_contents()时,它会返回NULL,我在error.log中看到以下内容:

  

[php7:warn] [pid 5524:tid 852] [client :: 1:8677] PHP警告:file_get_contents(usr.php?getinfobymd5 = 5f85783ad40df90c6485a3a176c41612):

     

无法打开流:第6行的A:\ Apache \ www \ index.php没有错误

我该如何解决这个问题?' 没有错误'错误意味着? 我还尝试更改权限,允许每个人执行,写入文件;并将allow_url_fopen设置为开启。

1 个答案:

答案 0 :(得分:1)

尝试将文件名放在引号中:

    file_get_contents('usr.php');