> > The user wants to add to > > http://www.php.net/manual/en/function.mkdir.php some informations about the > > second argument of mkdir() which is unix mode. Where should we point him? It > > would be nice if someone adds a link or a nice description in the > > documentation. > > <http://www.freebsd.org/cgi/man.cgi?query=chmod&sektion=2&apropos=0&manpath= FreeBSD+5.0-current> > or <http://www.freebsd.org/cgi/man.cgi?query=chmod&apropos=0&sektion=0&manpath= FreeBSD+5.0-current&format=html> > perhaps? > > But I don't know which of these modes are applicable to which Windows > versions. Users of Unix and the like can of course be referred to their > man pages.
The problem is: 1. No modes are applicable to any windows versions AFAIK. 2. But programmers on windows do develop scripts which should work on linux or unix OSes. 3. That parameter is needed even on windows... => They need to have information on what to write in there. Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php