php8.5
Home/ Manual/ spl / recursivecachingiterator/ RecursiveCachingIterator::__construct

RecursiveCachingIterator::__construct

PHP function Edit on GitHub ✎

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

Construct

Description

RecursiveCachingIterator::__construct(Iterator $iterator, int $flags = RecursiveCachingIterator::CALL_TOSTRING)

Constructs a new RecursiveCachingIterator, which consists of a passed in iterator.

Func

Parameters

iterator

The iterator being used.

flags

The flags. Use CALL_TOSTRING to call RecursiveCachingIterator::__toString for every element (the default), and/or CATCH_GET_CHILD to catch exceptions when trying to get children.

See Also

  • CachingIterator::__construct

Source: reference/spl/recursivecachingiterator/construct.xml · from the official PHP manual (php/doc-en)