gpt4 book ai didi

php - mkdir() 没有将 chmod 设置为 0777

转载 作者:可可西里 更新时间:2023-11-01 00:16:25 26 4
gpt4 key购买 nike

为什么 mkdir 不将 CHMOD 设置为 0777

mkdir('/var/www/test', 0777);

创建目录后,CHMOD 设置为 0755

来自 php.net

bool mkdir ( string $pathname [, int $mode = 0777 [, bool $recursive = false [, resource $context ]]] )

默认情况下,$mode 应该是 0777...但是如果您将第二个参数留空,CHMOD 仍然设置为 0755

最佳答案

来自 http://php.net/mkdir :

Note: mode is ignored on Windows.

The mode is also modified by the current umask, which you can change using umask().

关于php - mkdir() 没有将 chmod 设置为 0777,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8053341/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com