Date: 08/21/01
- Next message: David Robley: "Re: [PHP] Switch case syntax"
- Previous message: Jason Murray: "RE: [PHP] Switch case syntax"
- Next in thread: David Robley: "Re: [PHP] "mode" in mkdir()"
- Reply: David Robley: "Re: [PHP] "mode" in mkdir()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: David Robley: "Re: [PHP] Switch case syntax"
- Previous message: Jason Murray: "RE: [PHP] Switch case syntax"
- Next in thread: David Robley: "Re: [PHP] "mode" in mkdir()"
- Reply: David Robley: "Re: [PHP] "mode" in mkdir()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

