generators.php
Tags
Table of Contents
Functions
- seq() : Generator<string|int, string|int>
- Sequences a value into a Generator.
Functions
seq()
Sequences a value into a Generator.
seq(mixed $value) : Generator<string|int, string|int>
Parameters
- $value : mixed
-
The value to sequence.