Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
Iterators
PHP Manual

The LimitIterator class

Introduction

...

Class synopsis

LimitIterator
LimitIterator extends IteratorIterator implements OuterIterator , Traversable , Iterator {
/* Methods */
int getPosition ( void )
void next ( void )
void rewind ( void )
void seek ( int $position )
bool valid ( void )
}

Table of Contents


Iterators
PHP Manual