php创建和删除目录函数介绍和递归删除目录函数分享 mkdir()—新建目录–语法:boolmkdir(stringpathname[,intmode])–尝试新建一个由pathname指定的目录。r 递归删除目录函数