Snippets tagged “umask”
1 snippet uses this tag.
- Why can't PHP create a directory with 777 permissions?PHP
PHP's mkdir() function, which is used to create a new directory, defaults to using the server's current umask setting when determining the permissions of the newly created directory.