What are the default permissions when creating a file with fopen() in php?
If a file does not exist when calling
fopen开发者_StackOverflow(<filename>, 'w');
what are the default permissions on the new file supposed to be?
That depends on your OS, it's configuration and - depending on OS - the php umaskDocs configuration.
加载中,请稍侯......
精彩评论