From e121cc7c5907c06bb5c7b3da29367e7ac80f5ea7 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 21 Jul 2004 18:42:20 +0000 Subject: [PATCH] user note integration # by tomsommer git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163942 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/copy.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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