PeServer

RepeatIterator
in package
implements Iterator

repeat イテレータ。

Tags
template

TValue

implements

Iterator<non-negative-int,TValue>

Table of Contents

Interfaces

Iterator

Properties

$count  : int
$key  : int
$value  : mixed

Methods

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

Properties

Methods

__construct()

生成。

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

non-negative-int $count

key()

public key() : int
Tags
phpstan-return

non-negative-int

Return values
int

        
On this page

Search results