From 39b3eb240dc97c639ff7210a1015dda5f323770a Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 02:09:09 +0000 Subject: [PATCH] copy: see also move_uploaded_file git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64137 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 2f1365af76..b41edaf93d 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -251,7 +251,8 @@ if (!copy($file, $file.'.bak')) { - See also: rename. + See also move_uploaded_file and + rename.