12 if (!class_exists(
"FindFile",
false)) require_once(
"findfile.inc");
13 if (!class_exists(
"AppendIterator",
false)) require_once(
"appenditerator.inc");
36 $list = split(PATH_SEPARATOR, $path);
37 if (count($list) <= 1) {
41 foreach($list as $path) {
44 parent::__construct(
$it);
52 return !strcmp($this->
current(), $this->file);
Iterates through recursive iterators.
__construct($path, $file)
Construct from path and filename.
Abstract filter for iterators.
Base class to find files.
Iterator that iterates over several iterators one after the other.
recursive directory iterator