(我们在 centos linux 上使用 vps,但在子域上工作)
这是我的问题:
在 Windows 的 localhost 上,这很好,但在 linux 的intenet上,为什么在file_put_contents
由创建的目录中不起作用mkdir
?
mkdir('suck', 0664, false);
file_put_contents('suck/stuck.php', 'the stick stack is stuck');
(错误是:未能打开流:权限被拒绝...)