NumberSequenceGenerator implements SequenceGenerator
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- generate() : Generator<string|int, mixed>
Methods
__construct()
public
__construct(string|int|float $start, string|int|float $end[, int|float $step = 1 ]) : mixed
Parameters
- $start : string|int|float
- $end : string|int|float
- $step : int|float = 1
generate()
public
generate() : Generator<string|int, mixed>