Finder|SplFileInfo[]
filter(Closure $closure)
Filters the iterator with an anonymous function. The anonymous function receives a \SplFileInfo and must return false to remove files.
Parameters Closure $closure An anonymous function Return Value
Finder|SplFileInfo[] The current Finder instance See also CustomFilterIterator