Interface StreamInterface

Summary

Fully Qualified Name: Zend\Http\Client\Adapter\StreamInterface

Description

An interface description for Zend\Http\Client\Adapter\Stream classes.

This interface describes Zend\Http\Client\Adapter which supports streaming.

Methods

Name Description Defined By
setOutputStream() Set output stream StreamInterface

Method Details

setOutputStream()

Set output stream

This function sets output stream where the result will be stored.

Parameter Name Type Description
$stream resource Stream

Returns:

Top