PeServer

RangeIterator
in package
implements Iterator

range イテレータ。

Tags
implements

Iterator<non-negative-int,int>

Table of Contents

Interfaces

Iterator

Properties

$count  : int
$current  : int
$key  : int
$start  : int

Methods

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

Properties

Methods

__construct()

生成

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

non-negative-int $count

key()

public key() : mixed
Tags
phpstan-return

non-negative-int


        
On this page

Search results