Date: 07/07/01
- Next message: jimw <email protected>: "[PHP-DOC] Bug #11046 Updated: mkdir doesnt sets permissions"
- Previous message: jimw <email protected>: "[PHP-DOC] Bug #10850 Updated: imap_uid() does not produce an Unique ID Number from POP Servers"
- Next in thread: Ken Coar: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Ken Coar: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jimw Sat Jul 7 23:54:13 2001 EDT
Modified files:
/phpdoc/en/functions filesystem.xml
Log:
note that umask is applied to mkdir perms
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.75 phpdoc/en/functions/filesystem.xml:1.76
--- phpdoc/en/functions/filesystem.xml:1.75 Sat Jul 7 17:57:27 2001
+++ phpdoc/en/functions/filesystem.xml Sat Jul 7 23:54:12 2001
@@ -2064,6 +2064,8 @@
<para>
Note that you probably want to specify the mode as an
octal number, which means it should have a leading zero.
+ The mode is also modified by the current umask, which you
+ can change using <function>umask</function>.
<informalexample>
<programlisting role="php">
mkdir ("/path/to/my/dir", 0700);
- Next message: jimw <email protected>: "[PHP-DOC] Bug #11046 Updated: mkdir doesnt sets permissions"
- Previous message: jimw <email protected>: "[PHP-DOC] Bug #10850 Updated: imap_uid() does not produce an Unique ID Number from POP Servers"
- Next in thread: Ken Coar: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Ken Coar: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

