[PHP] "mode" in mkdir() From: Raphael Pirker (raphaelp <email protected>)
Date: 08/21/01

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>