mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #73642: ftp_mkdir make an error if folder exist
This commit is contained in:
parent
88c1f8d6c9
commit
7786b06044
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue