From 77b0927f901fbbfdd9778ce7a30be8c441601fbe Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 31 May 2003 00:51:14 +0000 Subject: [PATCH] rename can move files across *nix partitions as of PHP 4.3.3, which closes the doc part of bug #23913. Also fixed the example spacing, and added see alsos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129540 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/rename.xml | 28 +++++++++++++++++------ 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/reference/filesystem/functions/rename.xml b/reference/filesystem/functions/rename.xml index 1f6d848c14..644d72aff2 100644 --- a/reference/filesystem/functions/rename.xml +++ b/reference/filesystem/functions/rename.xml @@ -1,5 +1,5 @@ - + @@ -19,16 +19,30 @@ &return.success; - - Example with <function>rename</function> - + + + + Example with <function>rename</function> + ]]> - - + + + + + New feature note + + Prior to PHP 4.3.3, rename could not rename files + across partitions on *nix based systems. + + + + See also copy, + unlink, and + move_uploaded_file.