mkdir always sets folders to read-only?

后端 未结 3 1719
时光取名叫无心
时光取名叫无心 2021-01-25 23:42

i am trying to create folders from within php. Whenever i use the mkdir function with permission 0777 i get a read-only folder. I want this folder to be read & write. The p

3条回答
  •  耶瑟儿~
    2021-01-26 00:22

    You can have write permission too with mkdir..Here is the code

    Found the source from here

提交回复
热议问题