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