mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bc20591e29
commit
1dd89405e7
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue