echo sprintf('%o',fileperms('test.txt'))."<br/>"; fopen("test.txt","w");
有了这个我得到:
100777 fopen(test.txt): Failed to open stream: Permission denied
有任何想法吗 ?
编辑:问题已解决:服务器上存在未正确配置的访问控制列表.
谢谢 !
echo sprintf('%o',fileperms('test.txt'))."<br/>"; fopen("test.txt","w");
有了这个我得到:
100777 fopen(test.txt): Failed to open stream: Permission denied
有任何想法吗 ?
编辑:问题已解决:服务器上存在未正确配置的访问控制列表.
谢谢 !