Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glensc/generatoraggregate

GeneratorAggregate
https://github.com/glensc/generatoraggregate

Last synced: about 2 months ago
JSON representation

GeneratorAggregate

Awesome Lists containing this project

README

        

# GeneratorAggregate

`GeneratorAggregate` is a solution for PHP 5.5+ to handle missing `yield from`:

```php
toArray());

```

```
Array
(
[0] => 1
[1] => 2
[2] => 3
[3] => a
[4] => b
[5] => c
[6] => d
[7] => e
)
```