Syntax
mkdir(directory)
Description
The mkdir() function creates a new directory with the specified name and permission bits are set to 755 (before umask). If there is an error, a NULL is returned
Example
mkdir("/home/mwnci/foo")
mkdir(directory)
The mkdir() function creates a new directory with the specified name and permission bits are set to 755 (before umask). If there is an error, a NULL is returned
mkdir("/home/mwnci/foo")