mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
umask does not play well with windows.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33235 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e45a4fc00d
commit
3d1ff696a6
1 changed files with 5 additions and 0 deletions
|
@ -2486,6 +2486,11 @@ if (touch ($FileName)) {
|
|||
<function>Umask</function> without arguments simply returns the
|
||||
current umask.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function may not work on Windows systems.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue