Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
The RecursiveRegexIterator class
(PHP 5 >= 5.2.0)
Введение
This recursive iterator can filter another recursive iterator via a regular expression.
Обзор классов
RecursiveRegexIterator extends RegexIterator implements RecursiveIterator {
/* Методы */
public __construct ( RecursiveIterator $iterator , string $regex [, int $mode [, int $flags [, int $preg_flags ]]] )
public RecursiveRegexIterator getChildren ( void )
public bool hasChildren ( void )
/* Наследуемые методы */
public RecursiveIterator RecursiveIterator::getChildren ( void )
public bool RecursiveIterator::hasChildren ( void )
public bool RegexIterator::accept ( void )
public int RegexIterator::getFlags ( void )
public int RegexIterator::getMode ( void )
public int RegexIterator::getPregFlags ( void )
public string RegexIterator::getRegex ( void )
public void RegexIterator::setFlags ( int $flags )
public void RegexIterator::setMode ( int $mode )
public void RegexIterator::setPregFlags ( int $preg_flags )
}
Содержание
- 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.
Описание класса recursiveregexiterator, примеры использования класса recursiveregexiterator.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru