您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息
三六零分类信息网 > 鄂州分类信息网,免费分类信息发布

PHP递归创建目录函数

2024/5/31 6:19:33发布9次查看
创建类似../../../xxx/xxx.txt的目录都很好! function mkdirs($path, $mode = 0777) //creates directory tree recursively
{
$dirs = explode(''/'',$path);
$pos = strrpos($path, .);
if ($pos === false) { // note: three equal signs
// not found, means path ends in a dir not file
$subamount=0;
}
else {
$subamount=1;
}
for ($c=0;$c $thispath=;
for ($cc=0; $cc $thispath.=$dirs[$cc].''/'';
}
if (!file_exists($thispath)) {
//print $thispath
;
mkdir($thispath,$mode);
}
}
}
原函数中使用$globals[dirseparator]我改成了''/''
function recur_mkdirs($path, $mode = 0777) //creates directory tree recursively
{
//$globals[dirseparator]
$dirs = explode($globals[dirseparator],$path);
$pos = strrpos($path, .);
if ($pos === false) { // note: three equal signs
// not found, means path ends in a dir not file
$subamount=0;
}
else {
$subamount=1;
}
for ($c=0;$c $thispath=;
for ($cc=0; $cc $thispath.=$dirs[$cc].$globals[dirseparator];
}
if (!file_exists($thispath)) {
//print $thispath
;
mkdir($thispath,$mode);
}
}
}
鄂州分类信息网,免费分类信息发布

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录