gpt4 book ai didi

php - mkdir() 未将 chmod 设置为 0777

转载 作者:行者123 更新时间:2023-12-04 19:32:31 28 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/10747646/

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