From 3d1ff696a654e8b8ab26f7f295bc1d76c30b1e3b Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sun, 1 Oct 2000 23:12:15 +0000 Subject: [PATCH] umask does not play well with windows. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33235 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 8f0ca63f2a..fa776b2ea0 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -2486,6 +2486,11 @@ if (touch ($FileName)) { Umask without arguments simply returns the current umask. + + + This function may not work on Windows systems. + +