From: [EMAIL PROTECTED] Operating system: Windows XP Home Edition PHP version: 4.2.1 PHP Bug Type: Documentation problem Bug description: mkdir does not give any explanation of mode parameter
The 'mkdir()' function documentation does not give any idea what the 'mode' value should take, nor any links to other parts of the documentation where 'mode' is explained. Maybe it's a UNIX thing (I am from the Windows world - somebody has to do it)? I had a search for mode, and could not find what I wanted. In the end, for my code, I just stuck the value '0700' from the example and that seems to work. But it's hardly a good way to code eh? Please put some explanation of what mode is, and the possible values it can take, and what each of the values mean, either in the mkdir documentation (or if it exists clearly explained elsewhere in the PHP docs, then a link to that section). Thanks for all the work you folks do! -- Edit bug report at http://bugs.php.net/?id=18293&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=18293&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=18293&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=18293&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=18293&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=18293&r=support Expected behavior: http://bugs.php.net/fix.php?id=18293&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=18293&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=18293&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=18293&r=globals -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php