php 检查文件夹的 chmod 权限

发布于 2024-11-05 07:41:45 字数 111 浏览 1 评论 0原文

您好,如何通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

咽泪装欢 2024-11-12 07:41:45

查看 is_writable是_可读。它们正是为此量身定制的。

Check out is_writable och is_readable. They're tailored for exactly this.

流年里的时光 2024-11-12 07:41:45

您尝试过 chmod() 吗?

编辑:然后尝试 fileperms

did you try chmod() .

EDIT:Then try fileperms

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文