Update the rename() description to note that it overwrites and moves between

directories.

Fixes doc bug #63473 (rename rename).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328311 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-11-12 02:00:58 +00:00
parent 6a7acbb4b4
commit 5c96ba57d9

View file

@ -16,7 +16,8 @@
</methodsynopsis>
<para>
Attempts to rename <parameter>oldname</parameter> to
<parameter>newname</parameter>.
<parameter>newname</parameter>, moving it between directories if necessary.
If <parameter>newname</parameter> exists, it will be overwritten.
</para>
</refsect1>