(PHP 4, PHP 5, PHP 7)
Makes directory
bool mkdir ( string $pathname [, int $mode = 0777 [, bool $recursive = false [, resource $context ]]] )
Attempts to create the directory specified by pathname.
Parameters:
pathname
The directory path.
mode
The mode is 0777 by default, which means the widest possible access. For more information on