From 42b603120bf88b3b19e130a67f7949de06aeff93 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 02:14:55 +0000 Subject: [PATCH] copy: incorporate user notes, add see also for section on file uploads git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64140 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index b41edaf93d..da03069e9e 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -250,9 +250,16 @@ if (!copy($file, $file.'.bak')) { + + + If the destination file already exists, it will be overwritten. + + - See also move_uploaded_file and - rename. + See also move_uploaded_file, + rename, and the section of the manual + about handling file + uploads.