Re: [PHP] "mode" in mkdir()

2001-08-20 Thread Raphael Pirker
thanks dave! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] "mode" in mkdir()

2001-08-20 Thread David Robley
On Tue, 21 Aug 2001 14:50, Raphael Pirker wrote: > What does the ending "0700" mean in this line? (please don't refer me > to the manual, I read through it...) are these the user-permissions as > you specify them in chmod? > > mkdir ("/path/to/my/dir", 0700); Yes - it's the mode of access to the

[PHP] "mode" in mkdir()

2001-08-20 Thread Raphael Pirker
What does the ending "0700" mean in this line? (please don't refer me to the manual, I read through it...) are these the user-permissions as you specify them in chmod? mkdir ("/path/to/my/dir", 0700); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]