StreamUtils
in package
Static utilities for PSR-7 Stream objects
Table of Contents
- MB16 = 16777216
- copyStreamToResource() : mixed
Constants
MB16
public
mixed
MB16
= 16777216
Methods
copyStreamToResource()
public
static copyStreamToResource(StreamInterface $stream, mixed $resource[, int $buffer = self::MB16 ]) : mixed
Parameters
- $stream : StreamInterface
- $resource : mixed
- $buffer : int = self::MB16