Mailinglisten-Archive |
Hi,
[Funktion "mkdir":]
> Im Manual steht, dass der Dateimodus ein Integer ist.
> Warum ist dann bei einem Integer eine fuehrende 0 entscheidend ?
Aus http://www.php.net/manual/function.mkdir.php3:
Note that you probably want to specify the mode as an octal number, which
means it should have a leading zero.
mkdir("/path/to/my/dir", 0700);
HTH,
--
Björn Schotte 09364/810492
http://www.php-center.de/
php::bar PHP Wiki - Listenarchive