The RegexIterator class(PHP 5 >= 5.2.0) ВведениеThis iterator can be used to filter another iterator based on a regular expression. Обзор классов
     
      RegexIterator
     
     
      extends
      FilterIterator
     
     { 
    /* Константы */ 
    
    
    
    
    
    
    
    /* Методы */ 
    
   public  RegexIterator::__construct
    ( Iterator $iterator
   , string $regex
   [, int $mode = self::MATCH
   [, int $flags = 0
   [, int $preg_flags = 0
  ]]] ) 
    
    /* Наследуемые методы */ 
    
    FilterIterator::__construct
    ( Iterator $iterator
   ) 
   }Предопределенные константыRegexIterator operation modes
 RegexIterator Flags
 Содержание
  | 
||