php 文件夹是否存在,不存在就创建

$lujing = "./nihao/wohao";
if(!is_dir($liujing)){
    mkdir(iconv("UTF-8", "GBK", $lujing),0777,true);
}