Finder|SplFileInfo[]
append(mixed $iterator)
Appends an existing set of files/directories to the finder. The set can be another Finder, an Iterator, an IteratorAggregate, or even a plain array.
Parameters mixed $iterator Return Value
Finder|SplFileInfo[] The finder Exceptions InvalidArgumentException When the given argument is not iterable.