可能重複:
PHP code mkdir('images','0777') creates a folder with 411 permissions! Why?MKDIR()在PHP文件夾的權限不設置爲0777
我試圖使用PHP,我一直在試圖建立我的服務器上的文件夾這和它不工作,它將其設置爲411有人知道爲什麼會發生這種情況嗎?
mkdir($create_path, "0777");
我也試過chmod,但我得到一個安全模式的錯誤。
chmod($create_path, '0777');
另外重複http://stackoverflow.com/questions/4061224/php-mkdir-and-的fopen-do-not-work-permissions-problem-umask-problem http://stackoverflow.com/questions/4061224/php-mkdir-and-fopen-does-not-work-permissions-problem-umask-problem http: //stackoverflow.com/questions/4061224/php-mkdir-and-fopen-does-not-work-permissions-problem-umask-problem和其他人。 – 2010-11-09 13:47:49