mediatekformation

ResponseStream
in package
implements ResponseStreamInterface

Tags
author

Nicolas Grekas p@tchwork.com

Interfaces, Classes, Traits and Enums

ResponseStreamInterface
Yields response chunks, returned by HttpClientInterface::stream().

Table of Contents

$generator  : mixed
__construct()  : mixed
current()  : ChunkInterface
key()  : ResponseInterface
next()  : void
rewind()  : void
valid()  : bool

Properties

Methods

__construct()

public __construct(Generator $generator) : mixed
Parameters
$generator : Generator
Return values
mixed

Search results