PeServer

ZipIterator
in package
implements Iterator

zip イテレータ。

Tags
template

TKey of array-key

template

TValue1

template

TValue2

template

TResult

implements

Iterator<TKey,TResult>

Table of Contents

Interfaces

Iterator

Properties

$callback  : mixed
$iterators  : array<string|int, Iterator>

Methods

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

Properties

$iterators

private array<string|int, Iterator> $iterators

Methods

__construct()

生成。

public __construct(Iterator $first, Iterator $second, mixed $callback) : mixed
Parameters
$first : Iterator
$second : Iterator
$callback : mixed
Tags
phpstan-param

Iterator<TKey,TValue1> $first

phpstan-param

Iterator<array-key,TValue2> $second

phpstan-param

callable(array{0:TValue1,1:TValue2},TKey):(TResult) $callback


        
On this page

Search results