mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
ZipArchive::extractTo: add notice about default permissions, following #79383
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349461 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
67923ad06f
commit
c870cfa314
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@
|
|||
Extract the complete archive or the given files to the specified
|
||||
destination.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
The default permissions for extracted files and directories
|
||||
give the widest possible access. This can be restricted
|
||||
by setting the current umask, which you can change using
|
||||
<function>umask</function>.
|
||||
</para>
|
||||
</warning>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
|
Loading…
Reference in a new issue