PeServer

GeneratorIterator
in package
implements Iterator

ジェネレータ イテレータ。

Tags
template

TKey of array-key

template

TValue

implements

Iterator<TKey,TValue>

Table of Contents

Interfaces

Iterator

Properties

$factory  : mixed
$generator  : Generator

Methods

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

Properties

Methods

__construct()

生成。

public __construct(mixed $factory) : mixed
Parameters
$factory : mixed
Tags
phpstan-param

callable():Generator<TKey,TValue> $factory


        
On this page

Search results