页首html;

随笔分类 -  前端

摘要:php遍历文件夹以及子目录 <?php function my_dir($folderPath){ $arr_subdictory = array(); if (@$handle = opendir($folderPath)) { while (false !== ($entry = readdir 阅读全文
posted @ 2024-09-01 20:44 szd426 阅读(74) 评论(0) 推荐(0)

页脚html;