fixing optional argument

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110238 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nicolas Chaillan 2003-01-03 20:05:06 +00:00
parent ddcde85408
commit 2cfb22c9bf

View file

@ -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.