dongzhuange2625 2013-11-01 10:08
浏览 35
已采纳

PHP检查动态命名文件夹是否存在

I'm having problems checking if a dinamically named folder exists using php. I know i can use

file_exists()

to check if a folder or file exists, but the problem is that the name of the folders I'm checking may vary.

I have folders where the first part of the name is fixed, and the part after "_" can vary. As an example: folder_0, where every folder will start with "folder_" but after the "_" it can be anything.

Anyway i can check if a folder with this property exists?

Thanks in advance. SR

  • 写回答

2条回答 默认 最新

  • dongtan7998 2013-11-01 10:29
    关注

    You make a loop to go through all the files/folders in the parent folder:

    $folder = '/path-to-your-folder-having-subfolders';
    $handle = opendir($folder) or die('Could not open folder.'); 
    while (false !== ($file = readdir($handle))) { 
        if (preg_match("|^folder_(.*)$|", $file, $match)) {
            $curr_foldername = $match[0];
            // If you come here you know that such a folder exists and the full name is in the above variable
        }
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 minnio内存占用过大,内存没被回收(Windows环境)
  • ¥65 抖音咸鱼付款链接转码支付宝
  • ¥15 ubuntu22.04上安装ursim-3.15.8.106339遇到的问题
  • ¥15 求螺旋焊缝的图像处理
  • ¥15 blast算法(相关搜索:数据库)
  • ¥15 请问有人会紧聚焦相关的matlab知识嘛?
  • ¥15 网络通信安全解决方案
  • ¥50 yalmip+Gurobi
  • ¥20 win10修改放大文本以及缩放与布局后蓝屏无法正常进入桌面
  • ¥15 itunes恢复数据最后一步发生错误