PEAR_Common::mkDirHier() -- Create a directory and necessary parent directories
Description
Wrapper to System::mkDir(),
creates a directory as well as any necessary parent directories.
Parameter
- string
$dir
directory name
Return value
bool -
Returns TRUE on success,
PEAR_Error on failure.
Note
This function can not be called
statically.