用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1008|回复: 0
收起左侧

[HELP] 文件读取问题

[复制链接]
发表于 2015-1-3 12:13:45 | 显示全部楼层 |阅读模式
if ( ! write_file('../words.json', $data))
      {
          return 0;
      }
      else
      {
          return 1;
      }
为什么读取不了数据,而且如何修改文件权限,让file_put_contents('../words.json',$data);可以使用

本版积分规则