[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 122 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: CachingStream - X-Ref
Stream decorator that can cache previously read bytes from a sequentially__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 |