function func_dir_create($newdir , $prefix = ""){
//http://www.dc9.cn sipo
$dirary=explode("/",$newdir);
$real_dir=$prefix;
foreach ($dirary as $d){
$real_dir=$real_dir.$d."/";
if (!is_dir($real_dir)) {
@mkdir($real_dir);
@chmod($real_dir, 0775);
}
}
return $real_dir;
}
如果是php5.0以上版本只需要
mkdir($newdir,0775,true);
空调节能
空调节能 http://www.agelon.com.cn
节能 http://www.agelon.com.cn
节能添加剂 http://www.agelon.com.cn
节能方案 http://www.agelon.com.cn
I simply want to say I am all new to weblog and honestly savored you’re web blog. Almost certainly I’m want to bookmark your site . You certainly come with tremendous posts. With thanks for sharing with us your blog site.
Hello there, simply become aware of your blog via Google, and located that it is truly informative. I’m gonna watch out for brussels. I will be grateful for those who proceed this in future. A lot of people will be benefited out of your writing. Cheers!