goba            Fri Jan  3 16:11:31 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   mkdir.xml 
  Log:
  Correcting the corrections...
  
  
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.5 
phpdoc/en/reference/filesystem/functions/mkdir.xml:1.6
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.5      Fri Jan  3 15:11:56 
2003
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml  Fri Jan  3 16:11:31 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
   <refentry id="function.mkdir">
    <refnamediv>
@@ -21,12 +21,17 @@
      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>.
-     
-     Mode is ignored on Windows.
-
-     Please note also that mode is optional and that
-     it is by default '0777' (read, write and execution for EVERY
-     access). If you need more informations about mode under 
+    </para>
+    <para>
+     <note>
+      <para>
+       Mode is ignored on Windows, and became optional in PHP 4.2.0.
+      </para>
+     </note>
+    </para>
+    <para>
+     The mode is 0777 by default, which means the widest possible
+     access. If you need more information about mode under 
      UNIX systems, please read 'man 1 chmod' and 'man 2 chmod'.
      <informalexample>
       <programlisting role="php">



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to