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

search for in the

AppendIterator::append> <Итераторы
[edit] Last updated: Fri, 25 May 2012

view this page in

Класс AppendIterator

(PHP 5 >= 5.1.0)

Введение

Итератор, который выполняет несколько других итераторов один за другим

Обзор классов

AppendIterator extends IteratorIterator implements OuterIterator , Traversable , Iterator {
/* Методы */
public __construct ( void )
public void append ( Iterator $iterator )
public mixed current ( void )
public void getArrayIterator ( void )
public Iterator getInnerIterator ( void )
public int getIteratorIndex ( void )
public void key ( void )
public void next ( void )
public void rewind ( void )
public bool valid ( void )
/* Наследуемые методы */
public mixed IteratorIterator::current ( void )
public Traversable IteratorIterator::getInnerIterator ( void )
public void IteratorIterator::key ( void )
public void IteratorIterator::next ( void )
public void IteratorIterator::rewind ( void )
public bool IteratorIterator::valid ( void )
}

Содержание



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

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