Usephul

generators.php

Tags
author

Alwin Garside alwin@garsi.de

copyright

2025 The Empaphy Project

license

MIT

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.

Return values
Generator<string|int, string|int>

        
On this page

Search results