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

search for in the

LimitIterator::current> <LimitIterator
Last updated: Fri, 20 Nov 2009

view this page in

LimitIterator::__construct

(PHP 5 >= 5.1.0)

LimitIterator::__constructConstruct a LimitIterator

Description

LimitIterator::__construct ( Iterator $iterator [, string $offset [, string $count ]] )

Constructs a new LimitIterator, which consists of a passed in iterator with limits applied to it.

Warning

This function is currently not documented; only its argument list is available.

Parameters

iterator

The iterator to limit.

offset

Optional offset of the limit.

count

Optional count of the limit.

Return Values

The new LimitIterator.

See Also



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

LimitIterator::current> <LimitIterator
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites