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.