downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

RecursiveRegexIterator::__construct> <RecursiveIteratorIterator::valid
Last updated: Fri, 18 Sep 2009

view this page in

The RecursiveRegexIterator class

Увод

This recursive iterator can filter another recursive iterator via a regular expression.

Синтаксис за класове

RecursiveRegexIterator
RecursiveRegexIterator extends RegexIterator implements RecursiveIterator {
/* Methods */
public __construct ( RecursiveIterator $iterator , string $regex [, int $mode [, int $flags [, int $preg_flags ]]] )
public RecursiveRegexIterator getChildren ( void )
public bool hasChildren ( void )
/* Inherited methods */
public RecursiveIterator RecursiveIterator::getChildren ( void )
public bool RecursiveIterator::hasChildren ( void )
void RegexIterator::setFlags ( int $flags )
void RegexIterator::setMode ( int $mode )
void RegexIterator::setPregFlags ( int $preg_flags )
}

Съдържание



add a note add a note User Contributed Notes
RecursiveRegexIterator
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites