StreamInterface
in
An interface description for Laminas\Http\Client\Adapter\Stream classes.
This interface describes Laminas\Http\Client\Adapter which supports streaming.
Table of Contents
Methods
- setOutputStream() : mixed
- Set output stream
Methods
setOutputStream()
Set output stream
public
setOutputStream(resource $stream) : mixed
This function sets output stream where the result will be stored.
Parameters
- $stream : resource
-
Stream to write the output to