Document that mkdir can trigger an E_WARNING

Fixes bug #65388


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332344 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dean Sas 2013-12-11 00:45:52 +00:00
parent 46854b1593
commit 5a86bbeb66

View file

@ -16,7 +16,7 @@
<methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
</methodsynopsis>
<para>
Attempts to create the directory specified by pathname.
Attempts to create the directory specified by pathname. The directory must not already exist, and the relevant permissions must permit this. An E_WARNING level error will be generated on failure.
</para>
</refsect1>