lots
This commit is contained in:
@@ -31,3 +31,9 @@ if (!function_exists('toArray')) {
|
||||
}
|
||||
|
||||
|
||||
if (!function_exists('make_dir_r')) {
|
||||
function make_dir_r(string $path): void
|
||||
{
|
||||
is_dir($path) || mkdir($path, 0777, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user