Method mkdir()
- Method mkdir
intmkdir(stringdirname,void|intmode)- Description
Create a directory.
If
modeis specified, it's will be used for the new directory after being&'ed with the current umask (on OS'es that support this).- Returns
Returns
0(zero) on failure,1otherwise.- See also