Documentation

FilterIterator extends FilterIterator
in package

This iterator just overrides the rewind method in order to correct a PHP bug, which existed before version 5.5.23/5.6.7.

Tags
see
https://bugs.php.net/68557
author

Alex Bogomazov

deprecated

since 3.4, to be removed in 4.0.

Table of Contents

rewind()  : mixed
This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases.

Methods

rewind()

This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases.

public rewind() : mixed
Tags
see
FilterIterator::rewind()
Return values
mixed

Search results