PeServer

TakeIterator
in package
implements Iterator

take イテレータ。

Tags
template

TKey of array-key

template

TValue

implements

Iterator<TKey,TValue>

Table of Contents

Interfaces

Iterator

Properties

$count  : int
$iterator  : Iterator
$position  : int

Methods

__construct()  : mixed
生成
current()  : mixed
key()  : mixed
next()  : void
rewind()  : void
valid()  : bool

Properties

Methods

__construct()

生成

public __construct(Iterator $iterator, int $count) : mixed
Parameters
$iterator : Iterator
$count : int
Tags
phpstan-param

non-negative-int $count


        
On this page

Search results