RECURSIVEREGEXITERATOR(3) 1 RECURSIVEREGEXITERATOR(3)
The RecursiveRegexIterator class
INTRODUCTION
This recursive iterator can filter another recursive iterator via a regular expression.
CLASS SYNOPSIS
RecursiveRegexIterator
RecursiveRegexIteratorextends
RegexIteratorRecursiveIterator
Methods
o public RecursiveRegexIterator::__construct (RecursiveIterator $iterator, string $regex, [int $mode = self::MATCH], [int $flags], [int
$preg_flags])
o public RecursiveRegexIterator RecursiveRegexIterator::getChildren (void )
o public bool RecursiveRegexIterator::hasChildren (void )
Inherited methods
o public RecursiveIterator RecursiveIterator::getChildren (void )
o public bool RecursiveIterator::hasChildren (void )
o public bool RegexIterator::accept (void )
o public int RegexIterator::getFlags (void )
o public int RegexIterator::getMode (void )
o public int RegexIterator::getPregFlags (void )
o public string RegexIterator::getRegex (void )
o public void RegexIterator::setFlags (int $flags)
o public void RegexIterator::setMode (int $mode)
o public void RegexIterator::setPregFlags (int $preg_flags)
PHP Documentation Group RECURSIVEREGEXITERATOR(3)