标签: php macos chmod mkdir
我正在尝试在os x上使用php创建一个文件夹
例如:
mkdir('test','0644',true);
和ls -l返回:
d-w----r-- 2 ant staff 68 16 nov 11:27 test
另一个
mkdir('test','0777',true);
dr----x--x 2 ant staff 68 16 nov 11:33 test
我不明白为什么我没有文件夹的更正权限 谢谢你的帮助。
答案 0 :(得分:1)
mkdir()使用$mode作为整数 阅读:http://us1.php.net/mkdir
mkdir()
$mode