|
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 = self::MATCH
[, int $flags = 0
[, int $preg_flags = 0
]]] )
/* Наследуемые методы */
}Содержание
|
|