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