php 检查文件夹的 chmod 权限
您好,如何通过 php 检查文件夹是否具有可写和可读权限。
我也想检查 include 和 file_get/put_contents 的权限。
我正在创建测试代码来检查权限。
Hello how can I check if a folder has permissions to be writable and readable via php.
I want to check for permissions for include and file_get/put_contents, too.
I'm creating test code to check for permissions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 is_writable 和 是_可读。它们正是为此量身定制的。
Check out is_writable och is_readable. They're tailored for exactly this.
您尝试过 chmod() 吗?
编辑:然后尝试 fileperms
did you try chmod() .
EDIT:Then try fileperms