The RecursiveRegexIterator class
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
Introduction
This recursive iterator can filter another recursive iterator via a regular expression.
Class synopsis
/* Inherited constants */
/* Inherited properties */
/* Methods */
public __construct(
RecursiveIterator
string
int
int
int
)
RecursiveIterator
$iterator,string
$pattern,int
$mode = RecursiveRegexIterator::MATCH,int
$flags = 0,int
$pregFlags = 0)
/* Inherited methods */
}Table of Contents
- RecursiveRegexIterator::__construct — Creates a new RecursiveRegexIterator
- RecursiveRegexIterator::getChildren — Returns an iterator for the current entry
- RecursiveRegexIterator::hasChildren — Returns whether an iterator can be obtained for the current entry
↑ and ↓ to navigate • Enter to select • Esc to close • / to open