diff --git a/reference/ftp/functions/ftp-mkdir.xml b/reference/ftp/functions/ftp-mkdir.xml index 57c1d81905..5a89b8820f 100644 --- a/reference/ftp/functions/ftp-mkdir.xml +++ b/reference/ftp/functions/ftp-mkdir.xml @@ -45,6 +45,15 @@ Returns the newly created directory name on success or &false; on error. + + + &reftitle.errors; + + Emits an E_WARNING level error if the directory + already exists or the relevant permissions prevent creating the directory. + + + &reftitle.examples;