raphhh/acdc

PHP 生成器流

dev-master 2018-11-27 10:18 UTC

This package is auto-updated.

Last update: 2024-08-25 21:51:40 UTC


README

Latest Stable Version Build Status

将生成器转换为流

安装

$ composer require raphhh/acdc

使用

$acdc = new Ac\Dc();
$resource = $acdc->createStream($generator);