<?php
class r最近一周热点新闻ecursivefilefilteriterator extends filteriterator {
// 满足条件的扩展名
protected $ext = array(‘jpg’,’gif’);
/**
* 提供 $path 并生成对应的目录迭代器
*/
public function __construct($path) {
parent::__construct(new偏瘫康复训练 recursiveiteratoriterator(new recursivedirectoryiterator($path)));
}
/**
* 检查文件扩展名是否满足条件
*/
public function心情生活 accept() {
$item = $this->getinneriterator();
if ($item->isfile() &&
in_array(pathinfo($item->getfilename(), pathinfo_extension), $this->ext)) {
return true;
}
}
}
// 实例化
foreach (new recursivefilefilt短的反义词eriterator(‘d:/history五一国际劳动节由来217;) as $item) {
echo $item . php_eol;
}
本文发布于:2023-04-06 12:04:22,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/0b6dc257f82db793bd458619be8174e2.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:解析PHP SPL标准库的用法(遍历目录,查找固定条件的文件).doc
本文 PDF 下载地址:解析PHP SPL标准库的用法(遍历目录,查找固定条件的文件).pdf
留言与评论(共有 0 条评论) |