Flow PHP

NumberSequenceGenerator implements SequenceGenerator

Read onlyYes
FinalYes

Interfaces

SequenceGenerator

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>
Return values
Generator<string|int, mixed>

        
On this page

Search results