Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 检查目录是否存在(PHP)
帖子已删除 - 帖子已删除 - 帖子已删除 - 帖子已删除
使用file_exists函数检查文件夹或树是否存在,然后使用 PHP mkdir函数。
检查是否有目录。
如果没有,请创建一个.
问题出在哪里?
is_dir函数检查文件夹是否存在,如果需要,mkdir将创建该文件夹。