From d34e9ec95c8804d5d8aaab15a3d7e14f67398c17 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 8 Dec 2001 19:22:07 +0000 Subject: [PATCH] move_uploaded_file: add warning about destination being overwritten, remove redundant version note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64283 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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