HumHub Documentation (unofficial)

ResponseStream
in package
implements ResponseStreamInterface

FinalYes
Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

Interfaces

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

Properties

$generator  : mixed

Methods

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

Properties

Methods

__construct()

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

        
On this page

Search results