RangeIterator
in package
implements
Iterator
range イテレータ。
Tags
Table of Contents
Interfaces
- Iterator
Properties
Methods
Properties
$count
private
int
$count
$current
private
int
$current
$key
private
int
$key
= 0
Tags
$start
private
int
$start
Methods
__construct()
生成
public
__construct(int $start, int $count) : mixed
Parameters
- $start : int
- $count : int
Tags
current()
public
current() : int
Return values
intkey()
public
key() : mixed
Tags
next()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool