require_once "System.php";
bool System::mkDir (string $args)
bool System::mkDir
Creates directories.
string $args - the name of the directory/-ies to create
string $args
bool - TRUE for success
bool
この関数は、スタティックにコールする ことができます。
mkdir man page