Generators
Table of Contents
Functions
- seq() : Generator<string|int, string|int>
- Sequences a value into a {@see \Generator}.
Functions
seq()
Sequences a value into a {@see \Generator}.
seq(mixed $value) : Generator<string|int, string|int>
Parameters
- $value : mixed
-
The value to sequence.