Iterators
PHP Manual

The ParentIterator class

简介

...

类摘要

ParentIterator extends RecursiveFilterIterator implements RecursiveIterator , OuterIterator , Traversable , Iterator {
/* 方法 */
public bool accept ( void )
ParentIterator getChildren ( void )
bool hasChildren ( void )
void next ( void )
void rewind ( void )
}

Table of Contents


Iterators
PHP Manual