Documentation

RecursiveFolderFilterIterator extends RecursiveFilterIterator
in package

Class RecursiveFolderFilterIterator

Table of Contents

Properties

$ignore_folders  : array<string|int, mixed>

Methods

__construct()  : mixed
Create a RecursiveFilterIterator from a RecursiveIterator
accept()  : bool
Check whether the current element of the iterator is acceptable

Properties

Methods

__construct()

Create a RecursiveFilterIterator from a RecursiveIterator

public __construct(RecursiveIterator $iterator[, array<string|int, mixed> $ignore_folders = [] ]) : mixed
Parameters
$iterator : RecursiveIterator
$ignore_folders : array<string|int, mixed> = []

accept()

Check whether the current element of the iterator is acceptable

public accept() : bool
Return values
bool

true if the current element is acceptable, otherwise false.


        
On this page

Search results