keven/append-stream
Composer 安装命令:
composer require keven/append-stream
包简介
Append stream resources into a single stream to read from.
README 文档
README
Concatenate streams without bloating the memory.
Install
$ composer install keven/append-stream
Usage
<?php use Keven\AppendStream\AppendStream; // Concatenate 3 streams $handle = (new AppendStream([ fopen('data://text/plain,stream1','r'), fopen('data://text/plain,stream2','r'), fopen('data://text/plain,stream3','r'), ]))->getResource(); echo stream_get_contents($handle); // stream1stream2stream3
统计信息
- 总下载量: 27.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2018-04-04