diff --git a/reference/filesystem/functions/copy.xml b/reference/filesystem/functions/copy.xml index d58427b900..d2df78b643 100644 --- a/reference/filesystem/functions/copy.xml +++ b/reference/filesystem/functions/copy.xml @@ -1,5 +1,5 @@ - + @@ -29,6 +29,9 @@ if (!copy($file, $file.'.bak')) { + + If you wish to move a file, use the rename function + As of PHP 4.3.0, both source and