diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 98b6557620..0e9bb576f1 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -2185,11 +2185,6 @@ mkdir ("/path/to/my/dir", 0700); - - This function is available only in versions of PHP 3 after PHP - 3.0.16, and in versions of PHP 4 after 4.0.2. - - This function checks to ensure that the file designated by filename is a valid upload file (meaning @@ -2221,6 +2216,12 @@ mkdir ("/path/to/my/dir", 0700); ¬e.sm.uidcheck; + + + If the destination file already exists, it will be overwritten. + + + See also is_uploaded_file, and the section Handling file uploads