From 389b926c1c5fa87131d7a245bb53eb1206bbf2e8 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 3 Jan 2003 21:11:31 +0000 Subject: [PATCH] Correcting the corrections... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110251 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/mkdir.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/reference/filesystem/functions/mkdir.xml b/reference/filesystem/functions/mkdir.xml index 358420f196..91b8b6dd23 100644 --- a/reference/filesystem/functions/mkdir.xml +++ b/reference/filesystem/functions/mkdir.xml @@ -1,5 +1,5 @@ - + @@ -21,12 +21,17 @@ octal number, which means it should have a leading zero. The mode is also modified by the current umask, which you can change using umask. - - 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 - access). If you need more informations about mode under + + + + + Mode is ignored on Windows, and became optional in PHP 4.2.0. + + + + + The mode is 0777 by default, which means the widest possible + access. If you need more information about mode under UNIX systems, please read 'man 1 chmod' and 'man 2 chmod'.