From 88fac0db99b5163f1313a9085a04eee585a016a4 Mon Sep 17 00:00:00 2001 From: Nicolas Chaillan Date: Fri, 3 Jan 2003 20:11:56 +0000 Subject: [PATCH] fixing again (mode is ignored on windows) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110239 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/mkdir.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/mkdir.xml b/reference/filesystem/functions/mkdir.xml index c1a7638d2f..358420f196 100644 --- a/reference/filesystem/functions/mkdir.xml +++ b/reference/filesystem/functions/mkdir.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ The mode is also modified by the current umask, which you can change using umask. - Mode is NOT needed on Windows. + Mode is ignored on Windows. Please note also that mode is optional and that it is by default '0777' (read, write and execution for EVERY