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, 13 Nov 2009

view this page in

LimitIterator::__construct

(PHP 5 >= 5.1.0)

LimitIterator::__constructConstruct a LimitIterator

Descrição

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

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

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

iterator

The iterator to limit.

offset

Optional offset of the limit.

count

Optional count of the limit.

Valor Retornado

The new LimitIterator.

Veja Também



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, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites