[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/streams/src/ -> CachingStream.php (summary)

(no description)

File Size: 122 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CachingStream:: (7 methods):
  __construct()
  getSize()
  seek()
  read()
  write()
  eof()
  close()


Class: CachingStream  - X-Ref

Stream decorator that can cache previously read bytes from a sequentially
read stream.

__construct(StreamInterface $stream,StreamInterface $target = null)   X-Ref
We will treat the buffer object as the body of the stream

param: StreamInterface $stream Stream to cache
param: StreamInterface $target Optionally specify where data is cached

getSize()   X-Ref
No description

seek($offset, $whence = SEEK_SET)   X-Ref
{@inheritdoc}


read($length)   X-Ref
No description

write($string)   X-Ref
No description

eof()   X-Ref
No description

close()   X-Ref
Close both the remote stream and buffer stream




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1