PHP Class Amp\Artax\ChunkingIterator

Inheritance: implements Iterator
Afficher le fichier Open project: amphp/artax

Méthodes publiques

Méthode Description
__construct ( Iterator $iterator )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Private Methods

Méthode Description
applyChunkEncoding ( $chunk )

Method Details

__construct() public méthode

public __construct ( Iterator $iterator )
$iterator Iterator

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )