mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #71075: Update rename() docs to mention Windows-specific permissions issues
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351270 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fd9ba9ab70
commit
ccb1313e0c
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The new name.
|
||||
<note>
|
||||
<simpara>
|
||||
On Windows, if <parameter>newname</parameter> already exists, it must be writable.
|
||||
Otherwise <function>rename</function> fails and issues <constant>E_WARNING</constant>.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue