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);


Reply via email to