RecursiveRegexIterator::__construct(PHP 5 >= 5.2.0) RecursiveRegexIterator::__construct — Creates a new RecursiveRegexIterator. Описание
   public  RecursiveRegexIterator::__construct()
    ( RecursiveIterator $iterator
   , string $regex
   [, int $mode = self::MATCH
   [, int $flags = 0
   [, int $preg_flags = 0
  ]]] ) 
  Creates a new regular expression iterator. Список параметров
 
 Примеры
 Пример #1 RecursiveRegexIterator::__construct() example Creates a new RegexIterator that filters all strings that start with 'test'. 
<?phpРезультатом выполнения данного примера будет что-то подобное: No children Children: test4 test5 Смотрите также
 
  | 
||||||||||||||