Fix #73642: ftp_mkdir make an error if folder exist

This commit is contained in:
Christoph M. Becker 2021-02-19 15:53:42 +01:00
parent 88c1f8d6c9
commit 7786b06044

View file

@ -45,6 +45,15 @@
Returns the newly created directory name on success or &false; on error.
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<simpara>
Emits an <constant>E_WARNING</constant> level error if the directory
already exists or the relevant permissions prevent creating the directory.
</simpara>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>