/**
* 根绝文件路径创建对应的目录
*
* @param string $path a/b/c/d/
*
*/
function makeDirByPath($path){
if(!file_exists($path)){
makeDirByPath(dirname($path));
mkdir($path, 0777);
}
}
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询