SDK for PHP 3.x

NonSeekableStreamDecodingEventStreamIterator extends DecodingEventStreamIterator
in package

Tags
inheritDoc

Table of Contents

Methods

__construct()  : mixed
NonSeekableStreamDecodingEventStreamIterator constructor.
next()  : mixed
rewind()  : mixed
valid()  : bool

Methods

__construct()

NonSeekableStreamDecodingEventStreamIterator constructor.

public __construct(StreamInterface $stream) : mixed
Parameters
$stream : StreamInterface

next()

public next() : mixed

rewind()

public rewind() : mixed

valid()

public valid() : bool
Return values
bool
On this page