Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行这个非常简单的代码:
echo chmod('file_permissions.php', 0664); echo decoct(fileperms('file_permissions.php'));
我想明确表示安全模式已关闭,并且我在 Windows 上工作,在 XAMPP 服务器上运行 apache。
关于可能发生的事情有什么想法吗?
更新:它只适用于 mods 0444 和 0666,其他任何东西都没有任何效果,即 0777 设置为 0666.... 太奇怪了。