- 博客(2)
- 收藏
- 关注
原创 关于php文件遍历
<?php function wholefile($dir) { $dh=opendir($dir); while ($file=readdir($dh)) { if($file!="." && $file!="..") { $fullpath=$dir."/".$file; if(!is_dir($fullpath)) ...
2020-02-15 15:55:37
99
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅