标签: php file-permissions
当我尝试执行file_put_contents函数来更改文本文件的内容时,它显示以下错误:
file_put_contents
Warning: file_put_contents(somefile.txt) [function.file-put-contents]: failed to open stream: Permission denied in path/to/changecontent.php
有没有办法检查我们是否有权更改文件内容?
答案 0 :(得分:4)
您可以使用is_writable检查文件或目录是否可写。
is_writable