update : 2015.11.03
php.shukuma.com

검색:
 
 
The NoRewindIterator class

The NoRewindIterator class

(PHP 5 >= 5.1.0)

소개

This iterator cannot be rewound.

클래스 개요

NoRewindIterator extends IteratorIterator {
/* 메소드 */
public __construct ( Iterator $iterator )
public mixed current ( void )
public iterator getInnerIterator ( void )
public mixed 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 scalar IteratorIterator::key ( void )
public void IteratorIterator::next ( void )
public void IteratorIterator::rewind ( void )
public bool IteratorIterator::valid ( void )
}

Table of Contents