Fixed description in the case of renaming a directory to an existing target.

https://bugs.php.net/bug.php?id=73997

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342252 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pieter Hordijk 2017-04-05 19:02:28 +00:00
parent bc20591e29
commit 1dd89405e7

View file

@ -17,7 +17,10 @@
<para>
Attempts to rename <parameter>oldname</parameter> to
<parameter>newname</parameter>, moving it between directories if necessary.
If <parameter>newname</parameter> exists, it will be overwritten.
If renaming a file and <parameter>newname</parameter> exists,
it will be overwritten. If renaming a directory and
<parameter>newname</parameter> exists,
this function will emit a warning.
</para>
</refsect1>