[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions mkdir.xml From: CHAILLAN Nicolas (nicos <email protected>)
Date: 01/03/03

nicos Fri Jan 3 15:05:08 2003 EDT

  Modified files:
    /phpdoc/en/reference/filesystem/functions mkdir.xml
  Log:
  fixing optional argument
  
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.3 phpdoc/en/reference/filesystem/functions/mkdir.xml:1.4
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.3 Fri Jan 3 14:58:58 2003
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml Fri Jan 3 15:05:06 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
   <refentry id="function.mkdir">
    <refnamediv>
@@ -11,7 +11,7 @@
      <methodsynopsis>
       <type>int</type><methodname>mkdir</methodname>
       <methodparam><type>string</type><parameter>pathname</parameter></methodparam>
- <methodparam>[<type>int</type><parameter>mode</parameter>]</methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
      </methodsynopsis>
     <para>
      Attempts to create the directory specified by pathname.

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