Date: 07/14/02
- Next message: Gregory Song: "RE: [PHP-DOC] How to specify the encoding of output HTML files?"
- Previous message: wez <email protected>: "[PHP-DOC] Bug #17784 Updated: fopen() 4th parameter not document"
- In reply to: phpbugs <email protected>: "[PHP-DOC] Bug #18293: mkdir does not give any explanation of mode parameter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 18293
Updated by: leblanc <email protected>
Reported By: phpbugs <email protected>
Status: Open
Bug Type: Documentation problem
Operating System: Windows XP Home Edition
PHP Version: 4.2.1
New Comment:
on NT/windows... just put 0777
note that the 0 before is needed as it is octal ;)
Previous Comments:
------------------------------------------------------------------------
[2002-07-12 03:39:39] phpbugs <email protected>
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 this bug report at http://bugs.php.net/?id=18293&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Gregory Song: "RE: [PHP-DOC] How to specify the encoding of output HTML files?"
- Previous message: wez <email protected>: "[PHP-DOC] Bug #17784 Updated: fopen() 4th parameter not document"
- In reply to: phpbugs <email protected>: "[PHP-DOC] Bug #18293: mkdir does not give any explanation of mode parameter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

