bool mkdir ( string $pathname [, int $mode = 0777 [, bool $recursive = false [, resource $context ]]] )
Attempts to create the directory specified by pathname.
Returns TRUE on success or FALSE on failure.