The RecursiveRegexIterator class
(PHP 5 >= 5.2.0)
소개
This recursive iterator can filter another recursive iterator via a regular expression.
클래스 개요
/* 메소드 */
public __construct
( RecursiveIterator $iterator
, string $regex
[, int $mode
[, int $flags
[, int $preg_flags
]]] )
/* 상속된 메소드 */
}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.
There are no user contributed notes for this page.
